I am trying to setup Twitch OAuth on a Next.js app with Appwrite 1.6.2
This is my OAuth code
account.createOAuth2Session(
OAuthProvider.Twitch,
successUrl || "/auth/success",
failureUrl || "/auth/failure",
);
But when it routes, i am getting a 404 from appwrite
The URL it routes to is https://[redacted]/account/sessions/oauth2/twitch?success=%2Fauth%2Fsuccess&failure=%2Fauth%2Ffailure&project=[redacted]
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- My account got banned without obvious re...
Hello, I’m a normal user of Appwrite. Today I found my account was banned suddenly, and I can’t log in normally. I have only been doing normal development and...