Fief doesn't let a user ('Default' Tenant) with Admin rights into Admin Panel after some time #439
-
Hi everyone! 😊 We're experiencing an issue with Fief in a system that has two Tenants (Default and a Custom one). Several users are registered under the Default Tenant, and these users have Administrator permissions assigned to them. After some time (a few days for one user and a couple of weeks for others), these users are no longer able to access the Fief Admin Panel (e.g., /admin/users). Instead, they encounter the following error: Has anyone experienced something similar or have insights into what might be causing this? Could it be due to a misconfiguration on our end? Thanks in advance for your help! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hail, @dzmitrysyrtsou 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Want to support us?Subscribe to one of our paid plan to help us continue our work and receive exclusive information and benefits! Starts at $5/month 🪙 Farewell! |
Beta Was this translation helpful? Give feedback.
-
Hi! This error means the server is not able to find the Client to authenticate users. A Fief server, when starting, always initialize with a default client and tenant; following the values set in environment variables. Make sure you didn't delete the default client from the admin dashboard. If you did, you can stop your server, run the command |
Beta Was this translation helpful? Give feedback.
Thank you Frankie..
FIEF_CLIENT_ID has been overwritten in the secrets file with the FIEF_CLIENT_ID of our application!
After changing the FIEF_CLIENT_ID of our application the service is back!
Cheers
Stefan