Steven Nguyen

Results 1218 comments of Steven Nguyen

@rvndsngwn, thanks for creating this issue! 🙏🏼 Let me dig into this.

Related to https://github.com/appwrite/appwrite/issues/7823

Looks like something is wrong here: https://github.com/appwrite/appwrite/blob/97261762e75a7e179f0996afc9b3e00327eb4657/app/controllers/shared/api/auth.php#L21

@anuragino, you might be running into a 3rd party cookie problem and will need to set up a [custom domain](https://appwrite.io/docs/advanced/platform/custom-domains). To confirm, you can try to enable 3rd party cookies...

> I have tried enabling 3rd party cookies but it didn't worked for me. How did you enable 3rd party cookies? Would you please share the network logs from the...

@anuragino, please double check your project ID does not have any additional characters before it (like a plus or space).

@rohankm, thanks for creating this! 🙏🏼 Looks like we need to: 1. [ ] extract the templateId from the env var and set it [here](https://github.com/appwrite/appwrite/blob/536c67f54d767bce4cc60d358c09519cbd023f3f/src/Appwrite/Platform/Workers/Messaging.php#L410-L413) MSG91 in the Messaging Providers...

> ``` > DLT Template variable exceeded max length > ``` Thanks for raising this! Looks like their [FAQ](https://msg91.com/help/dlt-content-template-faqs) says: > **Q. What is the character limit in Variable {#var#}...

@nexmoe, you're supposed to be able to add an authenticator after enabling...Do you happen to have a verified email address? This could happen if you did a password reset. >...

It seems like the webhooks container is missing the DB env vars: https://github.com/appwrite/appwrite/blob/7392e5bc5d470bb77f497344d26622948e2e7b94/app/views/install/compose.phtml#L251-L260