Rahul
TTCTheo's Typesafe Cult
•Created by Rahul on 12/9/2024 in #questions
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:
1 replies