I just installed the tracker code and experience an error on all of my browsers (Librewolf as main browser but also on Firefox, Chrome, Brave and Opera):
Script code from Install manually:
Uncaught TypeError: window.Piwik.getAsyncTrackers is not a function index.js:46:4
<anonymous> index.js:46
<anonymous> index.js:67
<anonymous> index.js:77
Scrpt code from No Piwik PRO Tag-Manager:
GET
https://your-account-name.piwik.pro/ppms.js
NS_ERROR_CORRUPTED_CONTENT
Die Ressource von "https://your-account-name.piwik.pro/ppms.js" wurde wegen eines MIME-Typ-Konfliktes ("text/html") blockiert (X-Content-Type-Options: nosniff).
home.html
I see one crucial error in console - you have to change your-account-name part in your-account-name.piwik.pro in code. Add your account name it so it’s loaded correctly.
@Croni You have code in <body> and additional script in <head> of the website. I think that script in <head> might be causing some issues. According to instruction you are using:
Code in <body> itself should be enough. Let me know if this solves issue.