Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReEarth Latest Image Stuck in Authentication #301

Open
guesschronic62 opened this issue May 30, 2022 · 1 comment
Open

ReEarth Latest Image Stuck in Authentication #301

guesschronic62 opened this issue May 30, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@guesschronic62
Copy link

[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

.yml:
image

execute docker-compose up -d
image

Sign up:
image
I opened the link given on the logs to verify my account
image
I logged in then the following error appears
image
image

image

image
image
image
{
"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}"
}
image

My Token:
image

And I'm just stuck here and it's just showing black screen

With Auth0

.yml

image
.env
the values were already triple checked
image
folder structure
image
docker-compose up -d
image
Signup:
image
image
Login:
image
BUT I keep coming back to the Login Page
image
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:
image

POST /oauth/token
Headers:
image
image
Payload:
image
Respose:
image

Auth0 Logs:
image

Docker Logs:
image

Was I doing something wrong? Please help me

@rot1024
Copy link
Member

rot1024 commented May 30, 2022

Hi, thank you for reporting an issue! Please wait while we investigate the cause...

P.S.:Thanks for the detailed report, very helpful!

@rot1024 rot1024 added the bug Something isn't working label May 30, 2022
pyshx pushed a commit that referenced this issue Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants