Arash Ari Sheyda

Results 22 comments of Arash Ari Sheyda

Lol, Yes I'm waiting to do that and update it to `nuxt-auth-utils`, then I will open a PR

I'd say this is becuase of the order of modules, if you add `@nuxt/devtools` after `@nuxt/fonts` it works. also you don't need to include `@nuxt/devtools` as it is included in...

@ThatOneRockyBoy applying `backdrop-blur` on parent(body) is breaking the child position somehow, a workaround that comes to my mind is: ```scss body { background-image: url('/images/background.jpg'); @apply bg-neutral-800 bg-cover bg-center bg-no-repeat bg-fixed;...

I havn't try it on edge but will do and try to find the problem, thanks for the issue 👍

@nicokempe I'm so sorry but I don't have experience with edge, so I wasn't successful. I'll ask others, and if you have a solution PR is more than welcome. thanks

@whitersun you can try the stack in https://hub.nuxt.com/

Hi @gamegine, no this is find & should work already! what kind of server do you have?

hey @gamegine, sorry for the late response we changed the behaviour some time ago so if `uri` is not provided to proceed, just published a new version and that should...

yes you can use runtime config with the variable `MONGODB_URI`