I created a user verification process using account.createVerification(); When click on the verification link, I got a warrning from google while my site itself https://www.ginger-ai.com/ is secure. I tried with other domain names, it all have the same issue. I think chrome decte something wrong with the query string. Can you look into that?
What's the url?
What's the details say?
The above is the details and redirect url
And your app is running where?
My app is running on Render
At this domain?
This is my app.
How long have you had this hostname/domain?
For like 3 weeks.
Maybe it was used for someone malicious before.
Google doesn't like this URL: https://ai-toefl-tutor.onrender.com/verification
I see. I just tried to add www in my redirect url. It seems not getting this flag.
By the way, Steven. What shuld I put in the host field to add a CNAME record using a custom domain by appwrite?
I check the doc, but the doc in namecheap is outdated.
What do you mean?
What do you want your custom domain to be?
I meant the www thing you're trying to do
I added www prefix in my redirect url, google seems to be ok with it.
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...