Documentation
Troubleshooting

Troubleshooting

Next runs on a different port than 3000

You can alter the port in the fuse-plugin in the next.config as follows

const nextConfig = nextFusePlugin({ port: 3001 })({})