Behon Baker

Results 140 comments of Behon Baker

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`...

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.

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...

> 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/"); > });...