Is it possible to deploy the ai-chatbot oustide Vercel ?
Is it possible to deploy the ai-chatbot oustide Vercel trough a docker image in Azure ?
Yes, you can. Use the official Next.js Docker deployment guide:
https://nextjs.org/docs/pages/building-your-application/deploying#docker-image
@shloimy-wiesel Tried to deploy the same on Azure web app as a docker image but doesn't work for me. any idea ?
I got similar issue trying to deploy with azure app service using a docker container with pnpm. Issue in stackoverflow: https://stackoverflow.com/questions/79562365/nestjs-application-deployed-through-container-on-azure-app-service-not-working
any luck with this one? I cannot even run locally with pnpm run start next start
▲ Next.js 15.3.0-canary.31
- Local: http://localhost:3000
- Network: http://192.168.255.38:3000
✓ Starting... ✓ Ready in 1124ms ⨯ Error: Expected to use Webpack bindings (react-server-dom-webpack/server.edge) for React but the current process is referencing 'registerServerReference' from the Turbopack bindings (react-server-dom-turbopack/server.edge). This is likely a bug in our integration of the Next.js server runtime.