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

Misleading console message when app is running in development mode #890

Closed
gatanaso opened this issue Aug 1, 2019 · 2 comments
Closed

Comments

@gatanaso
Copy link

gatanaso commented Aug 1, 2019

Background
When running the app from the IDE using spring-boot:run and navigating to localhost:8080 the following message is displayed in the console:
Screenshot 2019-08-01 at 14 09 27

This message is misleading since there is no web.xml file in the project sources and also that is not the "correct" way in which production mode is activated. The following docs nicely explain how to build and run the application in various modes: https://vaadin.com/docs/v14/bakeryflow/running-building-packaging.html

Actual behavior
The above message is displayed, which is misleading.

Expected behavior
The message is updated to correctly instruct the user on how production mode is activated / debugging features are disabled.

@joheriks
Copy link

joheriks commented Aug 2, 2019

Replace by vaadin/flow#6160

@joheriks joheriks closed this as completed Aug 2, 2019
@gatanaso
Copy link
Author

gatanaso commented Aug 2, 2019

Thank you @joheriks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants