I am getting this error. AppwriteException [Error]: self-signed certificate
I have a web app createrd for it with the domain pointed to it. The domain is https://test.tidymaidsoffrisco.com/ that is having the issue. https://tidymaidsoffrisco.com/ with the same code just different envs for a different appwrite database works just fine.
Where do you get this error?
Vscode console
After what ?
I mean what did you ran that cause this?
the moment I load onto a page that is requesting appwrite data
Can you point me to where you got this error? I didn't got it in both links
I see the problem I am saying is because It was on localhost
when not on localhost I get error 500
bump
What are the docker logs for the appwrite container for this error?
what container should I look at?
appwrite
I got it solved it was just me being an idiot! Thank you
What was the problem?
I was using the number ip which was working fine until I wanted to login which is said it needed to be https. When i made it https it would just break. I switched it to appwrite.tidymaidsoffrisco.com as the api end point and it worked fine
Recommended threads
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- SyntaxError: Unexpected end of JSON inpu...
I am trying to create a fcm push notification service using appwrite functions with its REST API to invoke that function from my client side app and getting thi...