Simon Szalai
Simon Szalai
I would also love to know this! Didn't find a way to authenticate so far, except using the Java SDK
I had the same error. The problem was that the environment variables were not loaded. You can fix it by adding these 2 lines: ``` import dotenv from 'dotenv'; dotenv.config();...
I know what the error says and obviously thats the first thing I checked, and the provider is there. The reason I sent a repro so massive because I could...
I encountered the same problem with getUser()
- I am not using a custom domain - Not sure about local storage, but I didn't explicitly enable it - It's local only for now
@peterphanouvong Thank you for the fix! Could you provide an example of how we should be using this hook? Because right now, in the hook ``` const { getToken }...
Thank you, that makes sense. I came up with this hook that seems to work reasonably well, posting it here in case someone else encounters the same issue: ``` export...