Hallo, I set up a new provider in Appwrite. I followed all the documentation, I set up everything, I successfully ran both Appwrite console and backend, and I found the Provider in the UI, but whenever I put my client ID and secret, I get Invalid OAuth2 provider: roblox (Provider is Roblox btw)
I tested another provider (Discord), and it worked. When I checked the Network section in Chrome's inspect, whenever I update Discord, I see HTTP requests getting requested, but whenever I update the Roblox provider (the one I'm adding), I see no requests getting requested.
I triple-checked my codebase and the documentation to see if I'm missing anything, but I'm sure I did everything right.
It's because roblox does not appear here
https://github.com/appwrite/sdk-for-console/blob/main/src/enums/o-auth-provider.ts
I got that from this bit of code
Recommended threads
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?