That error typically means a package you are using is using the XMLHTTPRequest method. You will need

That error typically means a package you are using is using the XMLHTTPRequest method. You will need to patch the package to use fetch or find a different package.
Was this page helpful?