question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Continuously getting "User not registered in the Developer Dashboard" auth error

See original GitHub issue

Description

Recently, after Spotify’s new authentication updates regarding apps (you now have an App Status, which can be Development Mode or Granted Quota Extension) I started getting the error User not registered in the Developer Dashboard.

But first, some more info on my application, I have a simple Code Authorization Authentication with one app per user. So before the user is able to use my product, they have to go to the Spotify Dashboard and create a new Dashboard App on THEIR Spotify account, provide my application with a Client Id and Client Secret and then they’ll have a working product.

Now, for any new app made after the Spotify changes, authorization will not work and will fail with the error User not registered in the Developer Dashboard. However, with my old Dashboard App that I’ve had for over 2 years, it does not give this error, I’m assuming this is because it has Granted Quota Extension on that application.

This issue is rather annoying as all my users have manually get a Refresh Token now, which is not a nice solution.

Resolving

I’ve tried resolving this issue but I was unsuccessful, I’m hoping it can be fixed from within this library. Reason Im not reporting this to Spotify is because there are sites that still work with Code Auth and Im assuming it might just be an error in the library, currently I let my users use This Site to manually get a Refresh Token that they can provide my app with.

Links

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
svr333commented, Nov 21, 2021

I, uh, found the issue; Lets just say I had a facepalm moment

I tried to log in on my alt via an incognito browser, but when the actual verification came that says do you trust this application, I was still logged in on my main, therefore I didnt have permission

0reactions
svr333commented, Nov 10, 2021

All right, I’ll open up my own issue and see how it goes, I’ll close this

Though if you ever know why this error occurs I woud love to know why

Read more comments on GitHub >

github_iconTop Results From Across the Web

User not registered in the Developer Dashboard on
Hello, I have the same problem with my application even though I've added two test users to my developer dashboard. I'm able to...
Read more >
Spotify : 403 - User not registered in the Developer ...
I'm making a react-native app with the Spotify API, I'm using the Authorization Code Flow & and I'm on Development mode with only...
Read more >
Spotify API problems
I am trying to get the Spotify login example app to work, but with no success. ... Unable to fetch user info: User...
Read more >
Troubleshooting SSO embed authentication errors | Looker
If the embed user isn't showing up in the Users page of the Looker Admin panel, then the user has not been created...
Read more >
Twitter API Response Codes & Error Support
This error generally means that something is either malformed in the request, headers, authorization, or the URI that you are specifying. This is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found