I set up api using AppExpress in nodeJS in appwrite function, I am able hit the api and get data using postman, but when hitting the same API using fetch API in browser I am getting this error: GET https://66700e5aef9b29ddc13f.appwrite.global/ net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH.
Could this be related to CORS error since I am hitting API from a different URL that on which the function is hosted and is somethig else wrong here?
Recommended threads
- Invalid Origin. Register your new client...
- Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding ...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...