Skip to content
New issue

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

Runtime allows for names with ' . ', while backend do not #5341

Open
linear bot opened this issue Jan 14, 2025 · 0 comments
Open

Runtime allows for names with ' . ', while backend do not #5341

linear bot opened this issue Jan 14, 2025 · 0 comments

Comments

@linear
Copy link

linear bot commented Jan 14, 2025

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:

  1. cd $(mktemp -d) && wasmer deploy --template=static-website
  2. Press enter a lot (use the temporary directory as project name)
  3. Expect setup to fail due to having incorrect name
@linear linear bot added the Improvement label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants