I run into a problem a problem with the following line in group_vars/webserver/general.yml
matomo_site_url:http://%ipaddress%:8000/matomo
I tried different syntax formats and none of them worked.
When I deploy the ansible script without that line everything goes fine...it still installs the matomo module though...
In a clean Drupal 10 installation:
I run into a problem a problem with the following line in group_vars/webserver/general.yml matomo_site_url:http://%ipaddress%:8000/matomo I tried different syntax formats and none of them worked.
When I deploy the ansible script without that line everything goes fine...it still installs the matomo module though...
I can reach the matomo site on https://localhost/matomo (no 8000 port) I can login successfully When I try to adjust the path to matomo in http://%site%/admin/config/system/matomo I get an error. It refuses to accept https://localhost/matomo. It always reverts to https://localhost:8000/matomo
I do not see any data in the matomo dashboard. I presume the tracking code is already built into the Islandora pages.
Any suggestions ? Did I miss anything ?
Thanks much