“ReferenceError: $w is not defined” in the backend code

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.

1 Like

Hey Rafal,

Please post a snippet of the code that you are having an issue with as well as a screenshot of the error you are receiving

If it contains URLs you can take them out and just replace them with “URL” or something.

Thanks!

Dara | Corvid Team

This is the error found on the console log.

The code itself is really simple in the backend/GeoLocation