I have a Spin app with the name configured to example.com. When I attempt to deploy to Hippo, I am greeted with the following:
$ cat spin.toml | head -n1
name = "example.com"
$ spin deploy
Error: Error creating Hippo app called example.com: One or more validation errors occurred. {"Name": ["'Name' is not in the correct format."]}
Would it be possible to add support in Hippo for application names that include a '.' character?
Note: tested with spin 0.2.0 (60907c4 2022-06-10) and Hippo v0.15.1