adonis03
TTCTheo's Typesafe Cult
•Created by adonis03 on 10/25/2024 in #questions
UploadThing Callback Failing on Localhost with useUploadThing Hook
I'm experiencing an issue where UploadThing successfully uploads images, but the callback to my local application fails. As a result, uploaded images are not being reflected in my application's UI. The callback error indicates a transport issue when attempting to POST to http://localhost:3000/api/uploadthing.
Error Logs:
Environment:
5 replies
TTCTheo's Typesafe Cult
•Created by adonis03 on 8/8/2024 in #questions
Session Callback Not Triggering in NextAuth Integration with tRPC
Hello everyone,
I'm facing an issue where the NextAuth session callback is not being triggered when using credentials, causing undefined session data to be passed to tRPC context. The session callback works correctly with Google login. If anyone can provide insights or suggestions, I'd appreciate it.
For more details, please check the GitHub discussion.
Thank you!
5 replies