swift-oxygen-50571
03/06/2023, 3:00 PMrust
#[shuttle_service::main]
async fn main(
#[shuttle_shared_db::Postgres] db: PgPool,
#[shuttle_static_folder::StaticFolder(folder = "frontend/public")]
static_folder: std::path::PathBuf,
) -> shuttle_service::ShuttleAxum {
It builds correctly but fails with the aforementioned error. Final part of the log is:
2023-03-06T20:07:26.650758147Z INFO Entering built state
2023-03-06T20:07:27.220298852Z INFO Entering loading state
2023-03-06T20:07:28.832958420Z TRACE {so_path="/opt/shuttle/shuttle-libs/e510345b-8fea-4f12-883e-ffed5251734e"} shuttle_service::loader: loading .so path
2023-03-06T20:07:29.542240336Z INFO shuttle_deployer::deployment::provisioner_factory: Fetching secrets for deployment
2023-03-06T20:07:29.542554266Z INFO shuttle_deployer::deployment::provisioner_factory: Done fetching secrets
2023-03-06T20:07:29.544898656Z INFO shuttle_deployer::deployment::provisioner_factory: Provisioning a shared::postgres on the shuttle servers. This can take a while...
2023-03-06T20:07:29.547179826Z DEBUG {service.ready=true} tower::buffer::worker: processing request
2023-03-06T20:07:29.591726585Z INFO shuttle_deployer::deployment::provisioner_factory: Done provisioning database
2023-03-06T20:07:29.591751848Z TRACE shuttle_deployer::deployment::provisioner_factory: giving a DB connection string: postgres://user-rtialrout:S8dUiIFvY0lR@postgres:5432/db-rtialrout
2023-03-06T20:07:29.599287731Z INFO Entering crashed state
2023-03-06T20:07:29.599331417Z ERROR {error="Run error: Custom error: failed to provision shuttle_static_folder :: StaticFolder"} shuttle_deployer::deployment::run: service startup encountered an error
Is nested static folders not supported?sparse-lamp-74430
03/06/2023, 6:24 PMswift-oxygen-50571
03/06/2023, 6:56 PMfrontend directory, it is bothersome to copy the public folder up a level just for this.agreeable-painting-48846
03/06/2023, 7:14 PMsparse-lamp-74430
03/06/2023, 7:48 PMagreeable-painting-48846
03/06/2023, 7:51 PMsparse-lamp-74430
03/06/2023, 7:54 PMagreeable-painting-48846
03/06/2023, 8:16 PMswift-oxygen-50571
03/07/2023, 3:41 AMagreeable-painting-48846
03/07/2023, 7:00 AMsparse-lamp-74430
03/10/2023, 1:41 PM