Skip to content
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

Error while deploying to Fermyon Cloud "The key value service is temporarily unavailable" #24

Closed
ThorstenHans opened this issue May 24, 2023 · 3 comments

Comments

@ThorstenHans
Copy link

ThorstenHans commented May 24, 2023

Hey 👋🏻

when I try to deploy a Spin application to Fermyon Cloud using spin deploy, I receive the following error message:

Uploading sample-for-the-issue version 0.1.0+r412cba...
Deploying...
Error: Unable to create app

Caused by:
    The key value service is temporarily unavailable.

Learn more at https://developer.fermyon.com/cloud/faq

For reference see the actual spin.toml:

spin_manifest_version = "1"
authors = ["Thorsten Hans <thorsten.hans@gmail.com>"]
description = ""
name = "sample-for-the-issue"
trigger = { type = "http", base = "/" }
version = "0.1.0"

[[component]]
id = "sample-for-the-issue"
source = "target/wasm32-wasi/release/sample_for_the_issue.wasm"
allowed_http_hosts = ["https://api.foo.com"]
[component.config]
some_config = "some_value"
[component.trigger]
route = "/bar"
[component.build]
command = "cargo build --target wasm32-wasi --release"
watch = ["src/**/*.rs", "Cargo.toml"]

Subsequent Deployment attempts

When I try to deploy the same app again using spin deploy, I receive the following output

Uploading sample-for-the-issue version 0.1.0+r5b15b3b0...
Deploying...
Error: No channel with app_id b65b8241-dade-44b5-a9b9-a5aa47cc5007 and name spin-deploy

Learn more at https://developer.fermyon.com/cloud/faq

Spin CLI Version

I tested with spin 1.2.1 and spin 1.1.0

@itowlson
Copy link

@ThorstenHans Thanks for reporting this - I think Spin is surfacing an error from Fermyon Cloud, so I will transfer the issue to the feedback repo which is where we track Cloud issues.

@itowlson itowlson transferred this issue from fermyon/spin May 24, 2023
@bacongobbler
Copy link
Member

As reported on Discord, this issue has been resolved. Thank you for flagging this!

@ThorstenHans
Copy link
Author

works like a charm,

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants