I can run in npm run build
and php artisan serve
but the page is missing after deployed with Vercel. I already see in source it’s good.
amyegan
(Amy Egan)
November 1, 2024, 2:05pm
2
Hey @sfardan321-gmailcom . I wrote a post with the solutions that solve most 404 errors. Please give these a try and let me know how it goes!
Sometimes things don’t go as expected when deploying a website. If you see a 404 on your site, that means the page or resource couldn’t be found.
There are many possible causes, and the absence of something can be tricky debug if you don’t know where to look. Here are some things you can do to find the cause and fix it.
Debugging Tips
Check the error code
If you see a mostly white screen with 404: NOT_FOUND along with a Code and and ID then you can click the blue info box below the error deta…
@sfardan321-gmailcom Are you using Cloudfare. If Cloudflare is caching an old deployment you may be able to get the apex domain to resolve by purging the cache .
system
(system)
Closed
December 4, 2024, 12:46pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.