Results 4 comments of Erik Závodský

Thanks for the share. To be honest, I don't really see myself implementing this soon given that: - the current auth setup works properly - if you plan to use...

I've just pushed some changes to the repo. Pull those changes, try agian, and let me know if the error persists.

The problem might be in two api routes that interact with uploading documents -- `upload.ts` and `consume.ts`. These routes are configured to upload documents to a temporary directory `tmp` when...

Hi, I believe this issue is happening because in `upload.ts`, we are temporarily uploading files to a `tmp` directory, which is provided by Vercel once the app is deployed. I'm...