I’m relatively new to Strapi and recently I deployed a Next.js app on Vercel with a Strapi backend and for whatever reason, the settings in USERS & PERMISSIONS PLUGIN/ROLES are being reset every time I stop using the app.
Once I change the Application permissions in Roles/Public and Authenticated, everything works fine but after some time, they reset and when the api is being called, I get a 403 Forbidden or 500 Internal Server Error.
Has anyone had this problem before ?