I am trying out Xano/WeWeb for the first time. Not a developer - but am making a little progress which is fun because I'm learning new things. I initially wrote this in WeWeb Community before I realized I was in the exact wrong place I need to be.
In XANO:
1 - Created an endpoint that I added a backslash to the name “/” (rookie mistake)
2 - The endpoint was created with two backslashes as I should NOT have added one to the name. "//"For example “//category/tree” (did not know Xano generate a backslash by default)
3 - I tried to correct in XanoScript - as I could not find an easier "rename" option.
4 - After trial and error - I deleted it. And It no longer exists in the API list.
5 - But I can’t create a new one because it says "The name conflicts with another API endpoint."
I am guessing it’s some sort of cache issue. But being very much a novice - I have no idea where to look or IF that is the issue.
These are currently the category API:
category (5)
GET category
POST category
DELETE category/{category_id}
GET category/{category_id}
PATCH category/{category_id}
Any help or suggestions would be welcome! Thank you!