My app deployed succesfully, but when I visit the root, it shows "Not found"
Since about 20 hours ago, my app cannot be access from
/
, it always show "Not found", not the 404 page of mine, and the HTTP code is 200.
But I can visit it from deep path, like /login
, /projects
, etc.
It works well in the deep path.
We use a router group like (dashboard)
, it works well in my local dev environment, and it worked well in the past days.
Someone please help me, thanks a lot.13 Replies
GitHub
[🐛 Bug]: SSR for root route "/" fails with "Not Found" after rec...
next-on-pages environment related information System: Platform: linux Arch: x64 Version: #1 SMP PREEMPT_DYNAMIC Thu Jul 3 09:27:14 UTC 2025 CPU: (2) x64 Intel(R) Xeon(R) CPU @ 2.20GHz Memory: 8 GB ...
@Meathill is this you who posted this?
there's a lot of us having this issue
Yes, exactly
Oops, sorry, I didn't post this, but I have the exactly same issue
Is there any further update here i am also experiencing this issue
I think currently the only way to resolve this is migrating to Worker
thanks, we have that as an action might have to fast track it
This worked for me.
https://github.com/cloudflare/next-on-pages/issues/978#issuecomment-3188743314
Add the following to your package.json:
You have to reinstall and regenerate the lockfile as well
I migrate our project to Worker. I think that's what Cloudflare hope too.
this has worked for me as well.
still showing the "Not found"

Did that worked?
Yes, it worked. And I have to say, it's not so hard. Just follow the tutorial from OpenNext
yeah on it, thanks