Closed factorx22 closed 2 months ago
Hi,
This problem should now be fixed in v1.94 released today.
Great!
I'm encountering the same issue with v1.94.1: the production bundle is being served, and I can't set any breakpoints.
Hi @szyszak, thanks for the report: I just fixed this for v1.94.2 in this PR. If you have any other issues please open a new issue.
When observing the command executed for debugging, it shows that it runs in Production mode, whereas it previously ran in Developer mode (the breakpoints don't work).
Now, when using confidential functions, such as requesting location or microphone permissions in the browser, they have stopped working because these require HTTPS. In the previous debugging version, this wasn't necessary.