Andrea Bertoloni
Andrea Bertoloni
Have the same issue and I think I'm going to implement a custom solution more or less like this: 1. In the frontend, the user types the new email in...
@bodgerbarnett I'm sorry, I didn't implement this functionality yet as it's not strictly essential to my app (at least at the moment) and I was actually quite busy with other...
@LyleScott Did you create a pull request already?
Hi @johannschopplich, I deployed the app on Vercel using the default config as in https://nuxt.com/deploy/vercel. (It works the same way both on Vercel and locally)
Actually I did try to use `pdfjs-dist`, but it resulted in an error. ``` yarn add pdfjs-dist ``` ```ts await configureUnPDF({ // Use the official PDF.js build pdfjs: async ()...