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

"No such screen" error after creating screen via cuba-cli #192

Open
DartVerder opened this issue Jun 10, 2021 · 0 comments
Open

"No such screen" error after creating screen via cuba-cli #192

DartVerder opened this issue Jun 10, 2021 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@DartVerder
Copy link

Environment

  • CLI version: 2.2.0
  • Platform version: 7.2.13
  • Operating system: Windows 10 Pro

https://www.cuba-platform.ru/discuss/t/no-such-screen-pri-sozdanii-screen-cherez-cuba-cli/5731

Description of the bug

  1. open cuba-cli and create the project last platform version with Kotlin support
    create-app
  2. via command line execute next commands
gradlew assemble
gradlew startDb
gradlew createDb
gradlew setupTomcat deploy start
gradlew stop
  1. via cuba-cli create persistent entity (name Entity1)
    create-entity
  2. via cuba-cli create browser for created entity
  3. via command line execute next commands
    gradlew setupTomcat deploy start
  4. Open created screeen (localhost:8080/app -> login as admin -> Application -> Entity1)

Expected behavior: Created screen opened
Actual behavior:
image

@DartVerder DartVerder added the type: bug Something isn't working label Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants