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
In the validation code, we assume that scw_project is defined to check for its length but this may not always be the case., leading to a crash with a fairly obscure error. We should instead return a clearer error like scw_project is not defined, please add it to your Scaleway config or via the provider settings.
In the validation code, we assume that
scw_project
is defined to check for its length but this may not always be the case., leading to a crash with a fairly obscure error. We should instead return a clearer error likescw_project is not defined, please add it to your Scaleway config or via the provider settings
.Problematic code here:
serverless-scaleway-functions/shared/validate.js
Line 66 in f430907
The text was updated successfully, but these errors were encountered: