Daniel Jackson

Results 2 comments of Daniel Jackson

Ensure that you include the directive "use client" at the top of your columns file. I encountered the same error, but it was resolved after adding it.

I ran into this issue because my local setup was using HTTPS, but the requests were being made over HTTP. I have a proxy in my Next.js app that forwards...