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
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- trying to figure out how to activate my...
please help