When I run ‘layer0 build’ on my localhost it builds fine with no errors, but when I deploy it I get this error on the browser “TypeError: globals.Headers is not a constructor”
I checked my deployment logs and it looks like some node modules are missing, so I followed this guide in the docs Layer0 Documentation - Nuxt.js to copy over all my node packages needed in production but I’m still getting the same error.
Any assistance would be appreciated.