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
A small problem, and most likely a small fix: the runtime allows for setting up a project with a name which includes characters that the backend does not allow.
To reproduce:
cd $(mktemp -d) && wasmer deploy --template=static-website
Press enter a lot (use the temporary directory as project name)
Expect setup to fail due to having incorrect name
The text was updated successfully, but these errors were encountered:
A small problem, and most likely a small fix: the runtime allows for setting up a project with a name which includes characters that the backend does not allow.
To reproduce:
cd $(mktemp -d) && wasmer deploy --template=static-website
The text was updated successfully, but these errors were encountered: