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
I had other issues related to state, I don't know if it's related to my environment: NextJS app dir 13.4.3 i run all this client-side in 'use client' components
Or is it because I am "already connected" I cannot receive brainwaves?
also I believe neurosity SDK crashes in edge runtime (will open an issue when I see it again)
Is the neurosity SDK storing tokens somewhere somehow? Ideally I can just instantiate the neurosity object once and authenticate it once and use it everywhere client-side
Of course for server-side it would require to re-instanciate and authenticate
PS: just doing the logout atm as work around and it works
The text was updated successfully, but these errors were encountered:
Basically (already logged in previously in the same client session):
Does not receive any brain waves:
Does receive brain waves:
Same was happening with email and password
I have to logout and login the client every time
I had other issues related to state, I don't know if it's related to my environment: NextJS app dir 13.4.3 i run all this client-side in 'use client' components
Or is it because I am "already connected" I cannot receive brainwaves?
also I believe neurosity SDK crashes in edge runtime (will open an issue when I see it again)
Is the neurosity SDK storing tokens somewhere somehow? Ideally I can just instantiate the neurosity object once and authenticate it once and use it everywhere client-side
Of course for server-side it would require to re-instanciate and authenticate
PS: just doing the logout atm as work around and it works
The text was updated successfully, but these errors were encountered: