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
Hello,
I want to use strapi module under my server/routes/strapi.ts file but it appears i can't use useStrapi in server folder. Is there a way to use the module inside the server folder ?
The text was updated successfully, but these errors were encountered:
Lots of people would love to use this module from Nitro, but it has been designed only for the client side.
I'm calling the Strapi API with $fetch in /server/api and build the query string with qs, as recommended by the Strapi team. I only use the module for everything related to Authentication.
Hello,
I want to use strapi module under my server/routes/strapi.ts file but it appears i can't use
useStrapi
in server folder. Is there a way to use the module inside the server folder ?The text was updated successfully, but these errors were encountered: