Getting Oops... Unauthorized after signup
See original GitHub issueDownloaded the sample and did npm i
and npm start
.
Was able to sign up and sign in successfully according to the logs.
However, after clicking on the green tick when prompted to grant permission, it kept display a blank page with Oops... Unauthorized
.
Log type Failed Exchange
Log as below:
{
"date": "2020-07-25T17:37:08.413Z",
"type": "feacft",
"description": "Unauthorized",
"connection_id": "",
"client_id": "--removed--
"client_name": null,
"ip": "101.127.6.165",
"user_agent": "Chrome 84.0.4147 / Mac OS X 10.15.5",
"details": {
"code": "*************BA6"
},
"hostname": "--removed--",
"user_id": "",
"user_name": "",
"log_id": "90020200725173713598000178280607258323126144419732914178",
"_id": "90020200725173713598000178280607258323126144419732914178",
"isMobile": false
}
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:9 (3 by maintainers)
Top Results From Across the Web
How to Fix a 401 Unauthorized Error - Lifewire
A 401 Unauthorized error means the page you were trying to see needs a valid user ID/password before you can view it.
Read more >Access_denied: Unauthorized after successful login
After Login or Signup it closes the browser and logs access_denied: Unauthorized However in Logs, it says that it was a successful login....
Read more >Uncaught (in promise) Error: Unauthorized · Issue #96 - GitHub
Hey, I just cloned and built Gitify using npm build . So I npm start , I login and I get: "Oops something...
Read more >Error message: You are not authorized to access this ...
After successfully authenticating to the portal, the following error is immediately displayed: You are not authorized to access this application.
Read more >[SOLVED] Error Oops - Sorry, you are not authorized to view ...
Sounds like you've a login redirect URL specified that they can't access. Edit your CB Login module and if you supplied a login...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I would recommend to create a new account and run your own example. This is my on-boarding experience till now:
audience
field. Okay, figuring out on the next page https://auth0.com/docs/quickstart/spa/react/02-calling-an-api what to fill in there.Oops... Unauthorized
.ProfileComponent
rather thanProfile
, etc.I have now solved it by indeed changing the settings in “Default App” as described:
I have the feeling auth0 was really good in the onboarding experience, but there are no resources anymore for this. Please, use my extended comment as hopefully constructive feedback. I’m not a disgruntled user. I’m honestly just a bit surprised (also on this issue just being closed).
This worked for me! Thanks!