Evok api and https protocol
-
I accesing evok using ngrok tunel with ssl only protocol.
Whem evok page is loaded, js scipt sends request to get configuration.
Unfortunately this request is made using http instead of https, and it is failing, because http is not available.
There is wrong method of making requests in main.js file.
Does somebody had such problem? -