minchy
minchy2w ago

Unable to use new Spotify OAuth provider

Hi there, Earlier this week, my PR to add a new OAuth provider for Spotify was merged. (https://github.com/windmill-labs/windmill/pull/4581) I've updated the docker images in my self-hosted instance to the release that includes this commit (1.412.0) so that I can try out the new provider. I can configure the client ID and secret for a Spotify OAuth provider in the instance settings, so that seems to work correctly. However, when I try and create a resource of type Spotify, I get Not found: ResourceType not found at name spotify and nothing happens after I complete the callback web form. I tried running the "Synchronize Hub Resource types with instance" script but no new resource types are pulled. Is there something I need to do as a contributor to make a spotify resource type available? Thanks for your help :)
No description
2 Replies
rubenf
rubenf2w ago
You need to suggest it to hub.windmill.dev and we will approve it But you can just add it manually to the admins workspace for now Make sure to have a token field and the name to be exactly spotify + resource type, on ressources page
minchy
minchyOP2w ago
Got it, I will try this. Thanks