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:
-
-
-
https://suxxvi.github.io/DiscoverWeeklyToNewPlaylist/callback
-
https://suxxvi.github.io/DiscoverWeeklyToNewPlaylist/
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!
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!