-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
Creating an API with a name containing special characters in the Golem Cloud Console leads to the API becoming inaccessible. Specifically, I have an API with the name "testingthisaswe;;", Opening the API Page for editing, or deleting leads to the following page
Steps to Reproduce:
- Log in to the Golem Cloud Console.
- Navigate to the section for creating new APIs. (This is not a problem for Components as it uses ComponentId; not a Problem with API deployment as they do not have individual pages)
- Create a new API and enter "test;;" (or another name containing special characters like ";", ":", "/", etc.) as the API name.
- Save the new API.
- Attempt to access or view the details of the newly created API in the Golem Cloud Console.
Additional Information
- Should be able to delete this using golem-cloud-cli, Yet to test this.
- This should also be a problem for Workers, though default workername is generated alphanumerical, you can set custom WorkerName with special characters
- Not sure if the problem only occurs if the special character is set at the end of name or anywhere in the name.
- I am avoiding testing this further, figuring out which special characters and if the problem only happens if it is at the end of the name, since I cannot access it for deleting.
- Fix is easy, Restrict names to only have alpahnumerical, - , _
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working