You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the first two works fine if i'm using the project locally like i've mentioned above, but they dont work after i deployed the app with github pages. so i tried using the github pages link as the redirect_uri, the app loads up but the javascript side of things all stopped working. I have the repo on my account, its called DiscoverWeeklytoNewPlaylist if you want to look at the code.
any ideas on how to fix this? :/
thanks!
The text was updated successfully, but these errors were encountered:
so i have a web app that can clone the discovery weekly playlist, if i open the project locally on my pc with vscode, it works just fine.
In the project i have the redirect_uri as window.location.origin.
on my dashboard i have added these to the list of Redirect URIs:
the first two works fine if i'm using the project locally like i've mentioned above, but they dont work after i deployed the app with github pages. so i tried using the github pages link as the redirect_uri, the app loads up but the javascript side of things all stopped working. I have the repo on my account, its called DiscoverWeeklytoNewPlaylist if you want to look at the code.
any ideas on how to fix this? :/
thanks!
The text was updated successfully, but these errors were encountered: