We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import Sentry from "https://www.vg.no/esm/@sentry/[email protected]?target=es2020"
Package import: https://www.vg.no/esm/@sentry/[email protected]?target=es2020
Resolves this:
/* esm.sh - @sentry/[email protected] */ import "/esm/esm/v135/@sentry/[email protected]/es2020/browser.mjs"; import "/esm/esm/v135/@sentry/[email protected]/es2020/core.mjs"; export * from "/esm/v135/@sentry/[email protected]/es2020/astro.mjs";
When the browser then tries to resolve those URLS, it fails (those with esm/esm)
esm/esm
Responds with 403 forbidden: https://www.vg.no/esm/esm/v135/@sentry/[email protected]/es2020/browser.mjs
Allow list is:
Is this check failing due to not extracting the package name/scope correctly? Only happens for URLs that has the double esm/esm
esm.sh/server/router.go
Line 565 in 72fb460
The text was updated successfully, but these errors were encountered:
do you set basepath to esm/esm?
basepath
Sorry, something went wrong.
No, just /esm/ :)
/esm/
For example these work: https://www.vg.no/esm/stable/[email protected]/es2020/react.mjs https://www.vg.no/esm/stable/[email protected]/es2020/jsx-runtime.js https://www.vg.no/esm/v133/@schibsted/[email protected]/es2020/data-controller.mjs https://www.vg.no/esm/v133/@schibsted/[email protected]
i see, thanks! i will look into it
No branches or pull requests
Failing module
Error message
Package import: https://www.vg.no/esm/@sentry/[email protected]?target=es2020
Resolves this:
When the browser then tries to resolve those URLS, it fails (those with
esm/esm
)Responds with 403 forbidden:
https://www.vg.no/esm/esm/v135/@sentry/[email protected]/es2020/browser.mjs
Allow list is:
Is this check failing due to not extracting the package name/scope correctly? Only happens for URLs that has the double
esm/esm
esm.sh/server/router.go
Line 565 in 72fb460
Additional info
The text was updated successfully, but these errors were encountered: