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
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! π We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...