parazeeknova / zephyr

Social aggregator, part social media, part content rating for All. 🐦
GNU Affero General Public License v3.0
2 stars 3 forks source link

[BUG] UploadThing returns : POST /api/uploadthing?actionType=upload&slug=avatar 500 in 1076ms : Cannot upload user profile picture #33

Closed parazeeknova closed 1 month ago

parazeeknova commented 1 month ago

Routes or NextJS configuration is required for it to function. The problem is that the image is not being uploaded on the uploadThing, and when Prisma Studio is checked, the avatarUrl is not being updated.

requires legacy API keys from the website of Uploadthing.

parazeeknova commented 1 month ago

Fixed; the issue was with how I handled the API & .env file.