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

DevTool Proxy not working #3287

Open
5 tasks done
WarnerHooh opened this issue Nov 27, 2024 · 0 comments
Open
5 tasks done

DevTool Proxy not working #3287

WarnerHooh opened this issue Nov 27, 2024 · 0 comments

Comments

@WarnerHooh
Copy link

Describe the bug

Looks like the proxy is not working after I switch to another manifest, anyone facing the same problem?
image

rsbuild.config.ts

export default defineConfig({
  plugins: [
    pluginReact(),
    pluginModuleFederation({
      name: 'host_app',
      remotes: {
        remote_app: 'remote_app@http://localhost:3001/mf-manifest.json',
      },
      shared: ['react', 'react-dom'],
    }),
  ],
  server: {
    port: 3000,
  }
});

Reproduction

https://github.com/WarnerHooh/mf-demo

Used Package Manager

pnpm

System Info

System:
    OS: macOS 14.6.1
    CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
    Memory: 329.93 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.20.3 - ~/.nvm/versions/node/v18.20.3/bin/node
    npm: 10.7.0 - ~/.nvm/versions/node/v18.20.3/bin/npm
    pnpm: 8.15.9 - ~/.nvm/versions/node/v18.20.3/bin/pnpm
  Browsers:
    Chrome: 131.0.6778.86
    Edge: 131.0.2903.70
    Safari: 17.6

Validations

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

1 participant