7 Replies
@mr nooli
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
hello im getting this error, someone knows whats happend?
server side exception and when check logs
"logs": [
{
"message": [
"Error: The 'cache' field on 'RequestInitializerDict' is not implemented."
],
This might be more of an nextjs issue then next-on-pages, but I randomly started getting this error:
The thing is, I don't have a not-found page
I can see that previously in the build log it appeared as this
and that produced successful builds
but now it's
hi everyone
is there someone that can help me creating a dynamic page? when i create a folder and add a [id].tsx file inside, i can't make it work
You can just make a not found page with the edge runtime, I ran in to that issue when my root layout page was needing the edge runtime
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/troubleshooting/#app-router
That's exactly what happened, thanks!