Behon Baker
Behon Baker
Yup, this is still an issue
Hey @slipiduche , You can check the `Email templates` settings for the two email created by Strapi in every project http://localhost:1337/admin/settings/users-permissions/email-templates Clicking on the `Reset password` or `Email address confirmation`...
Same for NuxtRC12
Welp! Was trying to make a NuxtJS module out of this and ran into this issue. Any help/ideas on how we can fix this? @johanneswilm
Ohhh. Ok, thanks 😄
I am not sure if this is the same issue I have but storybok module is running my app in production mode when i run `npm run dev`. The dev...
Hey team, This issue popped up again in v3.1.1. Not sure if it was resolved before. I am using vuetify v3.1.2 with the vite-plugin-vuetify package.
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
Yeah, Vuetify 3.1.2 & Nuxt 3 showing errors in browser console when I customize SASS vars. They only get displayed when `ssr: true` inside `nuxt.config`. I also cannot deploy the...
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
> Sadly I am not seeing where this changed anything. Thanks tho.
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
> Temporary solution : > > `server/pluigns/vuetify-fix.ts` > > ```ts > export default defineNitroPlugin((nitroApp: any) => { > nitroApp.hooks.hook("render:response", (response: any) => { > response.body = response.body.replaceAll("/_nuxt/\0", "/_nuxt/"); > });...