Hi, I'm contacting you to see if any of you have had a problem like mine.
The application in dev version has almost no problems, but when I try to build, that's when the problems start ( Nuxt 3 with NuxtUI / NuxtUI Pro ) :
- Background video not loaded ( it's stored in the “public” folder of Nuxt, normally I should store it in the “resources” folder of tauri but to be confirmed. )
- Bottom right, the flag is not loaded, it's loaded from an external url that has been populated in tauri's http scope.
- Images such as the logo are not loaded. They are also present in the Nuxt public folder with a pre-rendering made by Nitro with IPX ( via Nuxt Image ).
- Icons are not loaded either, I tried several configurations for Nuxt UI but they don't want to load.
- Font isn't loaded too
If anyone has a solution or has had this type of problem with Nuxt.
Language files that are loaded directly from the “lang” folder in the frontend are correctly loaded, despite the fact that the documentation recommends putting them in the tauri “resources” folder.
You can find here :
- tauri.conf.json
- nuxt.config.ts
https://gist.github.com/TheYakuzo/ab925595713e16c9752d775de30de742