-
Notifications
You must be signed in to change notification settings - Fork 7
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
Debugger not accessible with live "safe:" web app (ok on localhost) #15
Comments
This seems to be fixed. Not sure if this is a change in my code or an update to beaker, but anyway with 0.4.0 the debugger is fine at the moment (with safe://myfd.rsports). |
Um, not sure why it seemed to go away above, but it is currently happening with beaker 0.4.0
Poof! Page goes black and dev tools shows error message |
@joshuef Any chance you can take a look at this? Just checked with beaker 0.4.3-0 and seems reliable as follows: Start launcher / beaker At this point you are probably fine, but if you visit the Applications tab in the debugger "poof!" there's a problem: popup says debugger has disconnected / App UI goes black. Seems there's no way use debugger Applications tab (e.g. and view the storage) without it having disconnected from the app and the app UI going black. If you navigate to Console and Ctrl-Shift-R the debugger sometimes works again, until you visit the Applications tab. At other times I can't get the debugger to connect again regardless of the tab I select. |
Okay, I can replicate this at least. Now sure why this would be happening, but I'll dig around. |
Happening with all |
Problem arises around setup of protocol schemes it seems. |
What's the plan here Josh - seems like by default they've disabled local storage on custom schemes which we don't want, and I see the solution appears to be:
|
Operation System: linux
Beaker Version: 0.3.6-2
I'm not sure if this is happening due to a change in my app or beaker. I have been able to debug a website live on safe: before, but I've been doing so purely with localhost for a couple of weeks and now find the debugger window keeps disconnecting immediately I open it (and the website window in beaker goes black).
I can still debug with localhost but I would like the RS guys to be able to look at stuff I deploy on safe and have access to the debugger.
You can try this as follows (on SAFE Test11):
The text was updated successfully, but these errors were encountered: