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
OS:Windows
Database: MongoDB
Mode: Integrated mode
Auth Server: Tried both Built-in and Auth0
Browsers:
Chrome: Version 102.0.5005.61 (Official Build) (64-bit)
Microsoft Edge: Version 101.0.1210.53 (Official build) (64-bit)
To Reproduce And Screenshots
1. Auth Server: Built-In
.yml:
execute docker-compose up -d
Sign up:
I opened the link given on the logs to verify my account
I logged in then the following error appears
{
"operationName": "GetTeams",
"variables": {},
"query": "query GetTeams {\n me {\n id\n name\n myTeam {\n id\n ...Team\n __typename\n }\n teams {\n id\n ...Team\n __typename\n }\n __typename\n }\n}\n\nfragment Team on Team {\n id\n name\n members {\n user {\n id\n name\n email\n __typename\n }\n userId\n role\n __typename\n }\n personal\n __typename\n}"
}
My Token:
And I'm just stuck here and it's just showing black screen
With Auth0
.yml
.env
the values were already triple checked
folder structure
docker-compose up -d
Signup:
Login:
BUT I keep coming back to the Login Page
And I noticed that after clicking "Continue" of the Login form the application keeps on trying to Log me in but it always encounters the error below:
Sry for the screenshots, It was very hard to take one because the logs change so fast
Network Logs:
POST /oauth/token
Headers:
Payload:
Respose:
Auth0 Logs:
Docker Logs:
Was I doing something wrong? Please help me
The text was updated successfully, but these errors were encountered:
[Describe the bug
Recently I pulled the latest version of reearth:latest then suddenly i encountered authetication errors and is stuck in it.
I re-setup my Re:Earth by following the guide in https://docs.reearth.io/developer-guide/intro/setup/
I tried both Built-In and Auth0 environment setup
OS:Windows
Database: MongoDB
Mode: Integrated mode
Auth Server: Tried both Built-in and Auth0
Browsers:
Chrome: Version 102.0.5005.61 (Official Build) (64-bit)
Microsoft Edge: Version 101.0.1210.53 (Official build) (64-bit)
To Reproduce And Screenshots
1. Auth Server: Built-In
With Auth0
Was I doing something wrong? Please help me
The text was updated successfully, but these errors were encountered: