Skip to content
New issue

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

Demo has stopped working #19

Open
richRubie opened this issue Mar 23, 2024 · 1 comment
Open

Demo has stopped working #19

richRubie opened this issue Mar 23, 2024 · 1 comment

Comments

@richRubie
Copy link

I'm getting a 403 when trying to access https://storage.googleapis.com/polyglot.microfrontends.app/importmap.json

UserProjectAccountProblem The project to be billed is associated with a closed billing account.
The billing account for the owning project is disabled in state closed
@kchung81
Copy link

kchung81 commented May 7, 2024

you can replace the importmap.json with an inline script found here:
https://github.com/polyglot-microfrontends/shared-dependencies/blob/master/importmap.json

so it'll look like:

<script type="systemjs-importmap">
 {
    "imports": {
      "single-spa": "https://cdn.jsdelivr.net/npm/[email protected]/lib/system/single-spa.min.js",
      "react": "https://cdn.jsdelivr.net/npm/[email protected]/umd/react.production.min.js",
      "react-dom": "https://cdn.jsdelivr.net/npm/[email protected]/umd/react-dom.production.min.js",
      "vue": "https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js",
      "vue-router": "https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-router.min.js",
      "single-spa-angularjs": "https://cdn.jsdelivr.net/npm/[email protected]/lib/single-spa-angularjs.js"
    }
  }
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants