Hi,
I created a login for the serverless dashboard, but now I can no longer execute a sls deploy
command successfully because:
# sls deploy
Serverless: Warning the Serverless Dashboard doesn't support the following runtime: ruby2.5
I already tried an sls logout
command, but when I then do a sls deploy
it tells me to log in first. After logging in again, I’m back to the runy2.5 runtime not supported message.
Reading this https://serverless.com/framework/docs/dashboard/ I conclude that dashboard only works for NodeJs runtimes and in our case we also have Go, Python, Ruby runtimes.
How can I revert the action to signup for the dashboard such that I can do a successful sls deploy
again?
Kind regards,
Gero