You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to fetch collection on server side. Problem is that I am still getting 403 on refresh (F5) site. Collection is allowed only for specific role. I can't make it public.
When I am switching between routes, everything works perfectly. When I check the console, Nuxt is first calling collection API and then User api.
Version
@nuxtjs/strapi: 1.11.0
nuxt: 3.9.1
Reproduction
I am trying to fetch collection on server side. Problem is that I am still getting 403 on refresh (F5) site. Collection is allowed only for specific role. I can't make it public.
When I am switching between routes, everything works perfectly. When I check the console, Nuxt is first calling collection API and then User api.
Here is example how I call my API:
I also tried use middleware and get user there, but user was still undefined.
The text was updated successfully, but these errors were encountered: