KevinK
Denoβ€’2y agoβ€’
1 reply
Kevin

Deploy Next JS app on Deno Deploy

I have recently seen that it was possilbe to deploy a Next JS app on deno deploy so I wanted to give it a try with the last version of Next JS (14)...

I have use the default project configuration

Install Step : npm install
Build Step : npm run build
Production Branch : main
Entrypoint : https://deno.land/std@0.217.0/http/file_server.ts

And I have have added :

Root directory : .next/server/app

The build passed but when I connect to the homepage all assets are in 404, but I can load the index.html...

Does anyone had this issue before ?
Capture_decran_2024-04-12_a_01.08.14.png
Was this page helpful?