The usage of fhemweb_url with an absolute URL (I am using a different web server to deliver the static files, not the FHEM web server) is broken since the changes in commit d5f0fe6
The URL to connect to FHEM is incorrrectly constructed as http://(server of FTUI)/(fhemweb_url)
Reverting the changes resolves the problem.
The usage of fhemweb_url with an absolute URL (I am using a different web server to deliver the static files, not the FHEM web server) is broken since the changes in commit d5f0fe6
The URL to connect to FHEM is incorrrectly constructed as
http://(server of FTUI)/(fhemweb_url)Reverting the changes resolves the problem.