It's only needed for web apps that need first party cookies
Hmm
So the only way now is updating the application to use the cloud domain, and setup Google Console Service Auth to the cloud url as well
What do you mean by Google console service auth?
I'm sorry, I didn't say the proper name. I meant I will have to update the redirect url of the Google OAuth2 to use the new url with appwrite cloud domain.
And update the app changing the server url
Because I had done everything using custom domain
Yes. I wonder if it'll work if you just update that redirect url and not the app 🧐
Btw I have raised this to the team
Hmmm, good idea, I can try now
The app that tells the redirect url. The only way to change the redirect url domain was by changing the client endpoint in the app
After change I could login.
The change in the app code you mean?
Yes
Womp. Like I said, I brought this up to the team. You should definitely start switching the endpoint though.
Ok. I'll do this weekend. It was a bad surprise haha
It would be nice to have a warning on the announcement about the cloud upgrade and this issue.
I can imagine. Sorry about that
No problem. Thank you for the help.
I don't think we expected it to affect apps
So many updates haha. I know the cloud status is BETA, so I am aware that these things can happen. No problem.
Hey there 👋 We discussed this issue internally and we plan to make a patch for this on Cloud early next week.
Thank you @Meldiron . So will custom domain work as before?
yes i believe it should work now
Oh yes, it worked. Thank you, guys!!
Thank you for your patience!
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...