-
Hi, I have a working authorization code implementation but I get an error message following the the Tidal Login page using Firefox ESR. The webapi desktop app registers and listens for the redirect using a ServerSocket on the loopback address. redirect_uri="http://localhost:8888/callback" and the waiter = new Thread(() -> waitForAuthorizationCode()); (waitForAuthorizationCode snippet) The good news is that it works. I get the redirect from the Tidal Login Service and the authorization code can be successfully exchanged for the access token exactly as planned. My issue is that I get the message after the Tidal Login Page: Unable to connect Firefox can’t establish a connection to the server at localhost:8888.
This is message misleading because it appears the login service is failing but it does not. I understand that Firefox shouldn't Thanks in advance for any feedback. Btw, I waited about a month before posting in case this was a temporary problem already. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So sorry but I realized that I was getting a couple more redirects that I handled in error one of which was a favorite's icon request that comes in after the successful login. oops |
Beta Was this translation helpful? Give feedback.
So sorry but I realized that I was getting a couple more redirects that I handled in error one of which was a favorite's icon request that comes in after the successful login. oops