run pwd and share the results
I think I got it running
\
set this row like so
volumes:
...
- /root/appwrite/Spotify.php:/usr/src/code/src/Appwrite/Auth/OAuth2/Spotify.php
I've made mistake it should be like so
First the local file then the remote one.
o okay
Good
That's very helpfull
What is happening is that your App is on development mode, then you'll have to add each user manually.
Is that your use case?
:( Probably so
That's really lame.
Yep
It sounds like Spotify don't really want to be used as login-with in normal use-case.
You can remove the volume addition if you don't want the change.
Thanks for all the help.
👍 It was nice to debug it
And to find out Spotify ... <a:ablobgrimace:635255918442840075>
Yea, I think that was the issue. Total bummer. Oh well!
Yea, some of this stuff is just way over my head /: I'm really appreciative you've taken the time to help me twice :)
[Solved] Spotify Authentication
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...