<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Authorization stuck after getting token in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5647693#M10999</link>
    <description>&lt;P&gt;我也遇到了同样的问题，你有解决方案吗？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Oct 2023 01:18:17 GMT</pubDate>
    <dc:creator>lvjianhong</dc:creator>
    <dc:date>2023-10-06T01:18:17Z</dc:date>
    <item>
      <title>Authorization stuck after getting token</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5569894#M8983</link>
      <description>&lt;P&gt;Hi everyone! I had my project up and working fine on localhost, but in moving it over to netlify, I think I messed something up? The user is able to access the authorization, and it seems like it's going through, and then the app stops when it reaches the url "examplename.netlify.app/callback#access_token=BQAaw.....YZafY&amp;amp;token_type=Bearer&amp;amp;expires_in=3600". The page displays a "Page not found" error.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Does anyone know why it's getting stuck here? And how I can circumvent it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 01:53:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5569894#M8983</guid>
      <dc:creator>siebraun</dc:creator>
      <dc:date>2023-04-26T01:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization stuck after getting token</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5569903#M8984</link>
      <description>&lt;P&gt;&lt;SPAN&gt;A howlin' hello to you,&amp;nbsp;siebraun!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It sounds like the issue could be related to the redirect URI in your Spotify API settings. When you register your app with the Spotify API, you need to specify the redirect URI that Spotify should send the authorization token to once the user grants permission.&lt;/P&gt;&lt;P&gt;If the redirect URI in your Spotify API settings doesn't match the URI of your Netlify app, then Spotify will not be able to send the authorization token back to your app, which can cause the authorization flow to get stuck.&lt;/P&gt;&lt;P&gt;To fix this issue, you should update the redirect URI in your Spotify API settings to match the URI of your Netlify app. You can do this by logging into your Spotify Developer Dashboard, finding your app, and then updating the Redirect URIs field under the App Settings tab.&lt;/P&gt;&lt;P&gt;Make sure to also update the redirect URI in your app's code to match the new URI in your Spotify API settings. This should allow the authorization flow to complete successfully and prevent it from getting stuck at the callback URL.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'll be barking up the wrong tree without updates!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Prague the Dog&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 02:12:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5569903#M8984</guid>
      <dc:creator>Prague</dc:creator>
      <dc:date>2023-04-26T02:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization stuck after getting token</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5570208#M8989</link>
      <description>&lt;P&gt;Hi! Thanks for your quick reply!&lt;BR /&gt;&lt;BR /&gt;I thought that might be the issue, but I've double and triple checked that they're the same, and the problem persists. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Any other ideas are greatly appreciated!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 14:13:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5570208#M8989</guid>
      <dc:creator>siebraun</dc:creator>
      <dc:date>2023-04-26T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization stuck after getting token</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5571142#M9008</link>
      <description>&lt;P&gt;an update: it's no longer working on localhost either, even after I change all of the uri's and site links. Feeling antsy, as this is for a school project and is due very soon &lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt; Not sure what happened. Everything was fine a week ago. Any ideas are super appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 17:17:52 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5571142#M9008</guid>
      <dc:creator>siebraun</dc:creator>
      <dc:date>2023-04-27T17:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization stuck after getting token</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5646851#M10989</link>
      <description>&lt;P&gt;Did you ever figure it out?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 18:24:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5646851#M10989</guid>
      <dc:creator>scmgames2</dc:creator>
      <dc:date>2023-10-04T18:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization stuck after getting token</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5647693#M10999</link>
      <description>&lt;P&gt;我也遇到了同样的问题，你有解决方案吗？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 01:18:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5647693#M10999</guid>
      <dc:creator>lvjianhong</dc:creator>
      <dc:date>2023-10-06T01:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization stuck after getting token</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5647705#M11000</link>
      <description>&lt;P&gt;I’ll be boned if we don’t resolve this folks….&lt;BR /&gt;First, confirm that all URIs and site links are updated correctly, including localhost. Check for any recent changes in your code that might have affected the authentication flow. Additionally, ensure there are no typos or inconsistencies in your configurations. It could be helpful to review any recent updates to dependencies or frameworks that might have caused compatibility issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If all effected users could share more information on this predicament that would be greatly appreciated, it will also assist in narrowing down the culprit.&amp;nbsp;&lt;BR /&gt;I might be barking up the wrong tree without any updates,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Prague the Dog&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 02:05:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Authorization-stuck-after-getting-token/m-p/5647705#M11000</guid>
      <dc:creator>Prague</dc:creator>
      <dc:date>2023-10-06T02:05:24Z</dc:date>
    </item>
  </channel>
</rss>

