Edge function in nextjs
Unanswered
Manav Verma posted this in #help-forum
How can i fetch data in nextjs using edge functions?
I hosted my website on Cloudflare and it is not fetching any data only shoot client side error.
I am using nextjs 13..
And i used getserversideprops etc for app router (i am calling normal data fetching method outside the server component) but on Cloudflare it is not fetching anything
I hosted my website on Cloudflare and it is not fetching any data only shoot client side error.
I am using nextjs 13..
And i used getserversideprops etc for app router (i am calling normal data fetching method outside the server component) but on Cloudflare it is not fetching anything
4 Replies
getserversideprops isn't a thing for app dir...
@riský getserversideprops isn't a thing for app dir...
Yeah I know but it has replacement I. E. We use function out side the server component and it is called in server
@riský getserversideprops isn't a thing for app dir...
Why this method not working in Cloudflare? And u know any good resources to chk about the edge functions in nextjs 13?
Any suggestions?