bask-digital
bask-digital
We're experiencing this issue as well. Started recently I believe. ``` auth: { redirect: { login: "/", callback: "/auth/signed-in", home: "/dashboard", }, cookie: { options: { secure: true, }, },...
I have a similar issue as @timyourivh, but in my case it works on refresh(SSR) and not on the client side. I am using the apollo:auth hook inside plugins/apollo.ts like...
Noticing this too. In my case, I have all 500 items already loaded. The menu takes ~1 sec to open after clicking.
Placeholder isn't an actual Nuxt UI component. If you remove it, do your errors and warnings go away?
Seeing the same thing using the new Nuxt4 directory structure and compatibility mode 4. Any tailwind classes inside /layers are not compiled.