I impleted the oath login from this post: https://appwrite.io/docs/tutorials/astro-ssr-auth/step-6
And if I enable view transition, it simply breaks.
Invalid userId param: Parameter must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char
Funny, I lost all day with this hahaha
Idk, just for you to know. Ty for the service
TL;DR
Implemented OAuth login from a post, but enabling view transition breaks it with an error about an invalid userId parameter. Spent the whole day on this.
Solution: Check the userId parameter for special characters and ensure it follows the specified format.