You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a service using a plain text environment variable "XXX", then the command koyeb service update app/svc --env XXX=@yyy returns an error because @yyy refers a secret and changing the environment variable type is not supported:
❌ Error while updating the service `xxx/xxx`: the Koyeb API returned an error 400: error_processing_request
🏥 How to solve the issue?
Fix the request, and try again
🕦 The original error was:
400 Bad Request
Given a service using a plain text environment variable "XXX", then the command
koyeb service update app/svc --env XXX=@yyy
returns an error because @yyy refers a secret and changing the environment variable type is not supported:Output of
--debug
:This might be an issue with the API, and not only with the CLI.
The text was updated successfully, but these errors were encountered: