Rank 2: Process
I have been successful in getting the google oauth to work on my localhost but when I deployed to my testing server, the back url given creates an error in appwrite console.
I have 3 environments:
-
DEV: https://localhost
-
Testing: https://testing.atomtalkpvtltd.com
I am having problem in testing and prod environment. The appwrite platform has both testing and prod urls in hostname. I have experimented with wild card also.
But even then, I am getting a 400 ERROR that "Invalid success param: URL host must be one of: localhost, backend.atomtalkpvtltd.com, app.atomtalkpvtltd.com, testing.atomtalkpvtltd.com"
So, what needs to be done? I am on v1.4.1 and self hosting