Error: Attempted to call g() from the server but g is on the client
I'm encountering an error when trying to upload files using the @uploadthing/react package in my Next.js project. The error message indicates that a client-side function g() is being called from the server, which is not allowed.
Error Message:
0 Replies