We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
using cargo loco generate deployment and choosing Shuttle creates non-deployable configuration.
cargo loco generate deployment
To Reproduce
as in description, then to check locally -> cargo shuttle run -> failure
cargo shuttle run
Expected Behavior
cargo shuttle run should run successfully, deployment shouldn't fail.
Environment:
Additional Context
I managed to solve it by upgrading the shuttle dependencies to 0.46.0 and changing shuttle.rs file accordingly.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
using
cargo loco generate deployment
and choosing Shuttle creates non-deployable configuration.To Reproduce
as in description, then to check locally ->
cargo shuttle run
-> failureExpected Behavior
cargo shuttle run should run successfully, deployment shouldn't fail.
Environment:
Additional Context
I managed to solve it by upgrading the shuttle dependencies to 0.46.0 and changing shuttle.rs file accordingly.
The text was updated successfully, but these errors were encountered: