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
Moreover, as explained in the react-admin contributing guide, the is a better place to ask a "How To" question, get usage advice, or troubleshoot your own code, is Stack OverFlow.
This makes your question easy to find by the core team, and the developer community. Unlike GitHub, Stack Overflow has great SEO, gamification, voting, and reputation. That's why we chose it, and decided to keep GitHub issues only for bugs and feature requests.
What you were expecting:
Setup react-admin auth provider to fetch a JWT token that would be then used by the data provider to connect to Prisma
What happened instead:
React admin crashed with wrong Prisma token (during GraphQL introspection)
Steps to reproduce:
Setup Prisma with secret token and setup react admin with openCRUD adapter
Other information:
Maybe I'm missing something, or is there a way to wait for auth provider before data provider initialization? I couldn't find it
The text was updated successfully, but these errors were encountered: