
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
- Unable to Create Relation Attribute in A...
Hello, I’m running a self-hosted Appwrite v1.7.4 instance on my server. I want to create a relation attribute between two collections in the console, but the co...
- Having permission issues with imported s...
Hello, I have my self hosted project on a server, and i wanted to import the schema to my local machine dev instance so I used the json file from the server ...
- Auth missing scope account
[500] GET /dashboard ReferenceError: user is not defined at _page (src/routes/dashboard/+page.svelte:24:2) at eval (.svelte-kit/generated/root.svelte:71...
