kin-labs / kinetic

MIT License
40 stars 24 forks source link

Environments can not have a dash (-) in their name #551

Closed mocolicious closed 1 year ago

mocolicious commented 1 year ago

Some of the apps created in our test environment running RC13 are unable to access the toolbox tab and it just spins until it fails. The workaround we found was to delete and recreate the app environment. Reach out to us on Discord and I can grant temporary access to our test server to observe the issue.

beeman commented 1 year ago

After looking into this it turned out that the issue has to do with environment names that have a dash in them (like my-devnet).

For now, the recommended fix is to use short names with no dash (generally seems like a good idea) while we fork on a fix.

Todo