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

store-devtools doesn't work when inspecting remote target #342

Closed
NoNameProvided opened this issue Sep 1, 2017 · 1 comment
Closed

store-devtools doesn't work when inspecting remote target #342

NoNameProvided opened this issue Sep 1, 2017 · 1 comment

Comments

@NoNameProvided
Copy link

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request

What is the current behavior?

Redux Devtools works with ngrx when running an app in browser, but doesn't work when trying
to debug on a remote device.

Expected behavior:

Redux Devtools and @ngrx/store-devtools works the same way for remote debugging targets as for in-browser pages.

Minimal reproduction of the problem with instructions:

  1. Create a new ionic project
  2. Install ngrx and the devtools
  3. Configure it like
    StoreModule.forRoot(reducers()),
    StoreDevtoolsModule.instrument({ maxAge: 30 }),
  4. Open the app in the browser with ionic serve and validate that the instance is selected
  5. Run the app on a device with ionic run android and see that no instance is available

Version of affected browser(s),operating system(s), npm, node and ngrx:

@ngrx/core: 1.2.0
@ngrx/store: "4.0.2
@ngrx/store-devtools: 4.0.0
Chrome: latest
NPM: 5.3.0
Node: v8.3.0
OS: MacOS Sierra 10.12.6

Other information:

N/A

@brandonroberts
Copy link
Member

There is a workaround for this issue from the 2.x version of store-devtools. ngrx/store-devtools#36

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