https://linen.dev logo
Deployment Crashed
# help
a
I have a postgres based project, locally it runs fine. When I deploy it is crashing:
Copy code
āžœ cargo shuttle deployment status d1a623bb-9b01-4ae9-abbe-632eb1c4a1c7
2022-10-15T08:44:22Z deployment 'd1a623bb-9b01-4ae9-abbe-632eb1c4a1c7' is crashed
Where can I find more info on what is wrong? Can you check your logs?
s
Have you created the Tables in Database ? It could be a reason why it is crashing.
a
Yes! I have also tried to drop them first. No luck!
s
What project did you code? , Axum, rocket or else
a
Axum
s
Try pinging the staff role, I think they can help you.
k
Have you tried
cargo shuttle logs
?
a
cargo shuttle log
point to me the .sql file. I was trying to drop a non-existing table. All good now! Thanks @shy-helicopter-92202 @kind-area-3810