Snowflake-Labs / sfguide-build-a-native-app-with-spcs

Apache License 2.0
1 stars 42 forks source link

Failed to import image to application package #2

Open Synohara opened 3 months ago

Synohara commented 3 months ago

I'm following the quickstart guide and attempting to deploy the application. However, during the execution of the quickstart script, I encounter the following error:

sql:

alter application package dcr_web_ui add version v1 using @spcs_dcr.app.app_stage;

result:

Failed to import image /spcs_db/app/images/frontend_service to application package : 400 Bad Request

This error prevents the application from being deployed successfully.