joschan21 / quill

Quill - A Modern SaaS-Platform Built With Next.js 13
1.91k stars 514 forks source link

Uploadthing - unable to get presigned urls #57

Closed LukeWebster-Khan closed 10 months ago

LukeWebster-Khan commented 10 months ago

https://github.com/joschan21/quill/assets/85649986/db6da89c-9eb7-41a6-97b8-02b2f94d38d4

My pdf uploader route is returning 500. I cannot find any information on the issue with presigned urls in the uploadthing docs

Does anyone know how to resolve?

My current code can be found here: https://github.com/LukeWebster-Khan/docqueryhub

anand-mukul commented 10 months ago

@LukeWebster-Khan Here is how you can do it:

  1. Don't update the package.json file.

Demo : PDF Ninja Demo

Note: Check out my repository for reference 👍

You can also refer to this link for other issues: PDF Ninja Repository

LukeWebster-Khan commented 10 months ago

After re-installing packages with yarn instead of PNPM, the issue has been resolved. I'm unsure of the initial reason for the error...