ai-chatbot icon indicating copy to clipboard operation
ai-chatbot copied to clipboard

Is it possible to deploy the ai-chatbot oustide Vercel ?

Open BastinFlorian opened this issue 8 months ago • 3 comments

Is it possible to deploy the ai-chatbot oustide Vercel trough a docker image in Azure ?

BastinFlorian avatar Apr 07 '25 17:04 BastinFlorian

Yes, you can. Use the official Next.js Docker deployment guide:

https://nextjs.org/docs/pages/building-your-application/deploying#docker-image

shloimy-wiesel avatar Apr 07 '25 17:04 shloimy-wiesel

@shloimy-wiesel Tried to deploy the same on Azure web app as a docker image but doesn't work for me. any idea ?

loueybencheikh avatar Apr 08 '25 14:04 loueybencheikh

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

BastinFlorian avatar Apr 08 '25 14:04 BastinFlorian

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.

radud avatar Sep 12 '25 09:09 radud