Rank 2: Process
My appwrite selfhosted instance is saying google Auth provider isnt enabled when Im staring at it being enabled rn 🤨 😭 {"message":"This provider is disabled. Please enable the provider from your Appwrite console to continue.","code":412,"type":"project_provider_disabled","version":"1.6.0"}
Code:
const handleGoogleLogin = () => { account.createOAuth2Session( 'google', 'https://myurl.com/dashboard', 'https://myurl.com/login' ); };```