Hello devs
I am trying to deploy a Next.js web (it's static) but I am receiving 404 when I visit it
My web is very simple. Here the repo: https://github.com/javiier507/links-web
In other platforms it works fine!
Regards!
6 messages · Page 1 of 1 (latest)
Hello devs
I am trying to deploy a Next.js web (it's static) but I am receiving 404 when I visit it
My web is very simple. Here the repo: https://github.com/javiier507/links-web
In other platforms it works fine!
Regards!
does the deployment had any error? what are your config settings?
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.```
Appwrite Sites doesn't support turbopack yet. Could you try disabling that?
I disabled turboback, but it still returns 404
Can you share your site settings?