ReferenceError: Worker is not defined

I’ve found the culprit. Functions use a utility called buildAxiosResponse from the utils folder, and I have set up an index file to streamline the utilities import. The index file has access to the worker setup. I simply commented out one line, and all the problems were solved.