Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I've reverted to package 2.4.0 and it works fine, but package 2.4.1 or after does not respect the TRACKER_SCRIPT_NAME setting in the env.sh file.
@echokos Interesting, it seems to be working fine for me. I have a tracker_script_name set. Do you have it set with export before the variable name?
export
Here's what I have set in mine and it works so far just fine:
# https://umami.is/docs/environment-variables export HASH_SALT=xxx export TRACKER_SCRIPT_NAME=umami2 export REMOVE_TRAILING_SLASH=1
@d19dotca I removed your salt. But maybe you can change it for good measure in your installation.
@d19dotca Thank you! I was definitely missing the 'export' in the env.sh file. Adding it and rebooting solves the issues after upgrading.
@girish said in Umami packge 2.4.1+ breaks TRACKER_SCRIPT_NAME:
Good catch! Sorry I missed that I’ll change it quickly as a precaution.