Web Developer
Hello,
i'm new with appwrite and trying some functions with it. First i wanna create a way to register user or using OAuth2 for Google.
What ever I do, it doesnt work
https://prnt.sc/QdiFbDAAb-sO this is just a small script taking input from form and send it with account.create for creating user. getting 500 https://prnt.sc/Ier6aEpn9jnN
Next I create just a button with selfwritten values for creating, same 500 error
the last way i was trying was to create a google Session with OAuth2 https://prnt.sc/8AjhgMAmfP72
click on button, asked which account i will use, if i'm sure i wanna log in and at the end i get redirected into my failure page
I was double checking if the redirect-uri from appwrite was right and client id + client secret was copied properly. I'm really not sure what I do wrong.
If you need more infos just tell me what.