Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Problem you have encountered:
What you expected to happen:
Steps to reproduce:
It appears that dev_appserver.py attempts to run apps/services even if their .yaml file contains the `env: flex` configuration. Of course, with unexpected results and typically obscure failures, since, as the standard env documentation mentions:
Note: dev_appserver.py does not run in the App Engine flexible environment.
However a note along the same line is NOT present in the flexible environment docs, whcih is normally the one followed by the flexible environment users.
IMHO it'd be of great help to avoid confusion if dev_appserver.py would check if the configuration is a flexible environment one and immediately bail with a clear indication of the reason, before attempting to process other parts of a flexible app configuration which may be invalid/behave differently on the standard environment and thus cause obscure failures.
Sample related SO posts:
Other information (workarounds you have tried, documentation consulted, etc):