-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
lb4 controller fails with type BASIC #10494
Labels
Comments
Please assign it to me! I'm interested in this. This would be my first ever contribution to an open source project. |
@major-winter, assigned! Thank you. |
major-winter
added a commit
to major-winter/loopback-next
that referenced
this issue
Aug 4, 2024
fix loopbackio#10494 Signed-off-by: TC <[email protected]>
8 tasks
major-winter
added a commit
to major-winter/loopback-next
that referenced
this issue
Aug 20, 2024
fix loopbackio#10494 Signed-off-by: TC <[email protected]>
major-winter
added a commit
to major-winter/loopback-next
that referenced
this issue
Aug 26, 2024
…ASIC - fix CLI execution with explicit --controllerType=BASIC option - add a unit test that verifies the scaffold when explicity specifying the controller type as BASIC Signed-off-by: TC <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Running
lb4 controller --controllerType="BASIC" --name=first-controller-ever
fails with the following error:Generation is aborted: No models found
This means the command is trying to find models - which only happens when the controller type is REST.
Logs
Additional information
No response
Reproduction
Any basic loopback application
The text was updated successfully, but these errors were encountered: