Steven Nguyen
Steven Nguyen
@poberbeck, what other data did you need to inject?
I think the underlying issue is the default scopes don't grant access to the refresh token: https://github.com/appwrite/appwrite/blob/5a715ff68cba4171bf3473eabc83b84a4ae5876c/src/Appwrite/Auth/OAuth2/Google.php#L25 Or it's missing params: https://stackoverflow.com/questions/10827920/not-receiving-google-oauth-refresh-token
@nick2432, are you still interested in working on this?
I think we need an additional case here: https://github.com/appwrite/console/blob/218812018026dd47cbab09fb3d392229dcb277e2/src/lib/components/permissions/row.svelte#L35-L42
@Prithvi101, @subhanahujha007, are you still interested in working on this?
Unassigned due to inactivity
To provide a bit more detail, the problem is the [options](https://github.com/appwrite/console/blob/30f0a3dd84cb914ca345effe6f472bed09776798/src/routes/console/project-%5Bproject%5D/databases/database-%5Bdatabase%5D/collection-%5Bcollection%5D/document-%5Bdocument%5D/attributes/relationship.svelte#L261) list doesn't include the previously selected value, so the Console doesn't render the selected option.
This is sort of related to https://github.com/appwrite/appwrite/issues/5454
@jhooper04 thanks for creating this issue! 🙏🏼 Let me double check with the team we want this type of behavior.
I checked with the team and we agreed this is something we should have.