I am seeing this error reported from some users intermittently
ReferenceError: $w is not definedat Object.2 .backend/GeoLocation (I wanted to paste the whole stack here but it contains a lot of urls and the forum didn’t let me post it)
where backed/GeoLocation is a backend module.
The backend code doesn’t use the $w at all so for sure this is not the issue with the code that I have I’m the backend/GeoLocation
This error is super annoying because it trips of my alerting (through the exported event messages) and I don’t feel comfortable ignoring it because it looks like a legitimate error.