Using Appwrite cloud and I had hooked up a custom domain so that Google Auth could work. This had been working for a few months and all of the sudden I’m getting bug reports about an expired SSL cert, which I can reproduce and confirm. Not sure what I’d have to configure on my end since everything looks fine.
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...
- Anonymous Sessions using Node SDKs
I am attempting to use anonymous sessions with the Node SDK but I have simply no idea how to persist the session to a cookie, pass it to the session client, etc...