Christopher Sheridan
Christopher Sheridan
If you grant me access to create a branch, I will resolve it and do a pull request.
Hi @gadicc - really nice work here. I am also seeing this error running a next.js client-side component. Interestingly, I still receive data back, unless I have the fetch wrapped...
Hi Gadi, I can look at it in more detail next week if you like. I was able to get around it by creating an internal API that wrapped your...
Sure... I'm using Next.js 14.x (with app routing). Under the API folder, I created an API route. From there, I used useEffect to fetch the data from my API which...