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.