Enrico Schiller
Enrico Schiller
I think the main problem is, that the plugin creates a new file with the file extension itself. For example image.jpg becomes image.jpg.webp and the htaccess file recognize the following...
Thats working great and is not the problem :) Requests like "...file.jpg.webm" are handled like a .jpg file not like a webm file. In my case I wanted the url...
🥇 @enkot
Yeah, same problem. Something inside module.mjs with the path resolve should be nuxt.options.appDir Kinda made it work but just as a temp solution. Waiting for the update to come :)...
guess this is related https://github.com/enkot/nuxt-open-fetch/issues/71
Yeah I am interested in this too. I tested every :validate-on option on the UForm. Seems like the component needs to emit something to trigger the UFormGroup revalidation. I have...
@hamonCordova I found something for us: https://stackblitz.com/edit/nuxt-ui-wnn5yk?file=components%2FCustomFileInput.vue const { emitFormChange, emitFormBlur } = useFormGroup(); calling these methods trigger revalidation
 
hope this repo is still maintained 🙏 cause this module is helping so much
We really need a solution for this problem. If we use an endpoint with different methods like POST PUT and GET and each one is giving another response, typescript is...