-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Error: Unable to resolve module ./debugger-ui/debuggerWorker.cff11639.js
from ``:
#28844
Comments
I'm also having the same issue when run on debug mode. |
Same issue "react-native": "0.62.2", |
same |
Same issue. My React versions : "react": "16.11.0", Any solutions? |
I believe it's something with
|
@jmlavoier I have the same issue, but don't use
|
|
I have the same issue:
|
@imamrobani Thanks for the link. But it doesn’t address the issue? The issue may well be Chrome related. But it wasn’t there in earlier versions of React-Native. |
Same here, weird that it stopped working tonight.
|
I uninstalled completely the app from my device, and it turned it back to work without the error 🤔 (Android device) |
in my case I use "react": "16.11.0", the problem is when I use the actual device in mode debugging my apps can't navigation to another screen. but if use emulator is running well. previously I used react native 0.61 just fine |
It is happening everytime I switch from debugging from bash to chrome, while it's showing the logs in metro bundler, and I click edit:
|
Yes, it's exactly like this, I have uninstalled and install again but still same when debugging mode |
Hi @HenriqueDerosa, can you please check this issue - is it similar to that's happening to you on an Android device when debugging? |
Hey All, I had this issue and what worked for me was just clearing my Google Chrome cache. And by 'worked' I mean that I didn't get the red error screen over my simulator & I could continue developing as normal. |
Any Solution for this? I am not able to debug application. Breakpoint is not hitting |
When this is happening, I can no longer input text into text fields, as the keyboard doesn't appear. The debugger becomes unusable, not being able to login into the application. |
try it on emulator |
On emulator it is working, but the error is still thrown in the bundler. Why is it affecting only device debugging? |
when I use the actual device (Android 9) it's not working, then I change the device to under android 9, in my case I use Android 6 it's working |
You mean you change the emulated device to android 6 API or use an older device for debugging? Nevertheless, this shouldn't happen and the debugger should work on newer devices as well ... |
Resolved for me by hard refreshing (shift + refresh) the React debugger tab in Chrome, then clearing application data in inspector, then finally restarting the main bundler thread in bash (npm start) |
Same problem here. As soon as the Debug mode is activated, it seems the app stops registering all The problem doesn't occur within the emulator. However, the same error is still shown in the console and terminal (react server).
|
I've been having this issue as well. Searching high and low for an answer. After clicking the debuggerWorker thread, the app started registering and hitting breakpoints... |
I can confirm it keeps happening. RN 0.63.4, CLI version 4.13.1.
|
I believe
Is a red-herring. If you have an error that's throwing silently or uncaught. The debugger can get confused and show the above error as the issue. In my case. I had an error thrown like so
So an empty error was being thrown. Yet the debugger was showing
from a different scope. Stepping through the code i found the true cause. If you are experiencing this issue and you are on latest react-native-cli as indicated by @grabbou
I suggest that you slowly step through your code, including node-modules to find the actual error. Pause on caught exceptions can also be helpful but noisy. |
In my case, the issue was Flipper.
|
Hi guys! For me, worked clearing my Google Chrome cache and clearing cache Simulator IOS: I hope I've helped anyone. |
same issue. stuck for a few hours now |
this works for me but is there any fix you found? @MrOggy85 |
@shubhanus no, not really. I just made sure to not use the method when remote debugging. |
I was using absolute path with |
for IOS, I went ahead and select a new device. apparently, that resolved my issue |
i fixed it by turn on debug mode mentioned by HenriqueDerosa. |
i fixed it by deactivate/reactivate wifi on device and on mac |
This was the only solution out of every single thread I've read related to this issue that's worked for me. Days...DAYS...... Thank you @Selman555 🙂 |
I got the same issue because i opened a v2ray proxy; |
in my case i'm using |
Still having the same issue. |
It was also a chrome cache problem in my case, I just copy paste the debugger address into incognito window to solve this quick and easy |
I'm pretty sure this is right. Looking at the debugging console, I noticed that there was an error being thrown by one of the packages (RN Reanimated). Fixing that error means that the debugger now works. |
Is there any body using private package or custom in-house packages? For me, whenever I tried to use our company's published package(ex UIkit library), it gives me this error. If I try without using some ui elements from our package, no errors shown. I've tried all solutions from above(clear caches, upgrade to metro 0.65, delete and rebuild etc.), but non of solutions helped me. If there is something I should check on publishing npm libraries for react native to not to be shown this error, please tell me what am I doing wrong. |
Is there nothing we can do |
你真是个天才,真的有用 |
# Why facebook/react-native#28844 # How prepending a middleware in metro and return 404 for `/debugger-ui/*.map` requests # Test Plan initialize a sdk43 project. launch app, enable remote debugging and open inspector. seeing if there are EISDIR errors.
Not sure if this should be closed now. I'm getting this error with the following system info:
|
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Please provide a clear and concise description of what the bug is. Include screenshots if needed.
Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html
React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
npx react-native init Blah --template react-native-template-typescript
npx react-native start
npx react-native run-android
Expected Results
I wouldn't get this error.
The text was updated successfully, but these errors were encountered: