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
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...