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

[GitHub Codespaces] No web page opens when debugging Python (Flask) project #3768

Closed
v-chenzha opened this issue Dec 13, 2022 · 1 comment
Closed

Comments

@v-chenzha
Copy link

OS: Remote Codespaces
Build Version: 20221212.12

Repro Steps:

  1. Open a python project (Flask) and add docker files to it in VS Code.
  2. Debug this project with configuration "Docker: Python - Flask".
  3. Check whether debug successfully and open a web page.

Expect:
Debug python (Flask) project successfully with the web page opens.

Actual:
It keeps debugging state without any web page opens.

More Info:
This issue does not reproduce in Local Codespaces environment.

@v-chenzha v-chenzha changed the title [GitHub Codespaces] Without any web page opening when debugging Python (Flask) project [GitHub Codespaces] No web page opens when debugging Python (Flask) project Dec 13, 2022
@bwateratmsft bwateratmsft added this to the 1.24.0 milestone Dec 14, 2022
@dbreshears dbreshears modified the milestones: 1.24.0, 1.25.0 Jan 11, 2023
@bwateratmsft
Copy link
Collaborator

I was able to debug a flask app successfully, but I had to apply two workarounds--

  1. Work around Debugging Python in Docker #3823 by selecting the pre-release Python extension version (this shouldn't be necessary for much longer)
  2. The browser notified me about a blocked popup--it was blocking the tab opened to browse to the web app. This is not something we can do anything to change.

@bwateratmsft bwateratmsft closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2023
@bwateratmsft bwateratmsft removed their assignment Mar 8, 2023
@bwateratmsft bwateratmsft removed this from the 1.25.0 milestone Mar 8, 2023
@microsoft microsoft locked and limited conversation to collaborators Apr 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants