You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing line url: 'http://' + $(location).attr('hostname') + ':' + api_port + '/rest/all',
to url: '/rest/all',
fix problem because request will be made using current base addres.
but of course author of this script shuld check what was intention of hardcode http.
I have a question about installing evok.
I installed evok using this documentation https://github.com/UniPiTechnology/evok#legacy-installation-process-using-a-shell-script-required-for-unipi-11
There is, I assume link to latest vesion of evok "wget https://github.com/UniPiTechnology/evok/archive/2.4.12.zip"
But after install I discover that https is not handled properly.
http hardcoded is still in funtion:
Does mentioned documentation refers to latest version with fix from followin pull?
https://github.com/UniPiTechnology/evok/pull/78
Is there a easy fix or update for this issue ? Because I made a little big installation using evok.
The text was updated successfully, but these errors were encountered: