#Next.js deploy return 404

6 messages · Page 1 of 1 (latest)

dim drum
jade idol
#

does the deployment had any error? what are your config settings?

dim drum
#

Hi
Here my settings

The deployment looks good! I don't see errors ->

[16:09:50] [open-runtimes] Environment preparation finished. 
[16:09:50] [open-runtimes] Build command execution started. 
added 67 packages, and audited 68 packages in 35s
16 packages are looking for funding
  run `npm fund` for details
found 0 vulnerabilities
> [email protected] build
> next build --turbopack
⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
   ▲ Next.js 15.5.0 (Turbopack)
   Creating an optimized production build ...
 ✓ Finished writing to disk in 13ms
 ✓ Compiled successfully in 26.5s
   Linting and checking validity of types ...
   Collecting page data ...
   Generating static pages (0/6) ...
   Generating static pages (1/6) 
   Generating static pages (2/6) 
   Generating static pages (4/6) 
 ✓ Generating static pages (6/6)
   Finalizing page optimization ...
   Collecting build traces ...
Route (app)                         Size  First Load JS
┌ ○ /                                0 B         113 kB
├ ○ /_not-found                      0 B         113 kB
└ ○ /about                           0 B         113 kB
+ First Load JS shared by all     116 kB
  ├ chunks/31bc4565ab341ca3.js   75.3 kB
  ├ chunks/5564f493499345f1.js   24.1 kB
  └ other shared chunks (total)  16.5 kB
○  (Static)  prerendered as static content

[16:11:58] [open-runtimes] Build command execution finished. 
[16:11:58] [open-runtimes] Build packaging started. 
[16:11:58] [open-runtimes] Build packaging finished. 
[16:11:58] [open-runtimes] Build finished. 
[16:12:03] [appwrite] Edge distribution started. 
[16:12:09] [appwrite] Edge distribution finished successfully (3/3). 
[16:12:09] [appwrite] Screenshot capturing started. 
[16:12:16] [appwrite] Screenshot capturing finished. 
[16:12:17] [appwrite] Deployment finished.```
feral snow
dim drum
#

I disabled turboback, but it still returns 404

feral snow