Error 1103: Unable tot post or put the text

@Kodular

Ah, it seems its the SSL Certificate that’s causing the issue… from looking in the console:

GET https://rendezvous.creator.kodular.io/rendezvous/IHidTheNumberHere net::ERR_CERT_DATE_INVALID

Going to https://rendezvous.creator.kodular.io/rendezvous/ shows that the cert has expired today


Why is it giving me an error though?

When visiting a site that might not be secure like the Rendezvous server, Chrome or your web browser will ask whether you’d like to still visit the site. With API requests, you don’t have that ability, so it immediately denies access to the site.


Hard reloaded and cleared cache

Now I’m getting getFromRendezvous(): No answer yet! from the console when generating a code for testing…

2 Likes