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
When logging into a Fermyon Cloud instance that uses HTTP, spin deploy should be reaching out to http://registry..., not https://registry....
spin deploy
http://registry...
https://registry...
><> spin login --url http://cloud.local.fermyon.link Copy your one-time code: Zbrbrb0g ...and open the authorization page in your browser: http://cloud.local.fermyon.link/device-authorization Waiting for device authorization... Device authorized! ><> spin deploy Uploading spin-key-value version 1.0.0 to Fermyon Cloud... Error: cannot push Spin application Caused by: 0: error sending request for url (https://registry.cloud.local.fermyon.link/v2/spin-key-value/blobs/uploads/): error trying to connect: tcp connect error: Connection refused (os error 111) 1: error trying to connect: tcp connect error: Connection refused (os error 111) 2: tcp connect error: Connection refused (os error 111) 3: Connection refused (os error 111) Learn more at https://developer.fermyon.com/cloud/faq
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When logging into a Fermyon Cloud instance that uses HTTP,
spin deploy
should be reaching out tohttp://registry...
, nothttps://registry...
.The text was updated successfully, but these errors were encountered: