mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
Organization "tech@MyDomain.ai" causes 404 #206
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sglebs on GitHub (Dec 15, 2023).
I am adding multiple organizations as a means to connect to multiple different vector db technologies.
On my 2nd Org I defined the name to be: tech@MyDomain.ai
After it is created and the left menu is populated, if you click on it you will get a 404"
BTW, how can I delete the Org?
@timothycarambat commented on GitHub (Dec 15, 2023):
Ah, it would be the inclusion of special characters "@" and "." being at the end of the path in this case. To delete the organization you can directly navigate to http://localhost:3000/dashboard/tech@MyDomain.ai/settings and you should be able to delete on that screen.
Will make an issue for this!
@sglebs commented on GitHub (Dec 15, 2023):
When I visit this crafted link it takes me to a valid Org which I do not want to delete. I am still unable to delete the org with @ and . in its name.
@timothycarambat commented on GitHub (Dec 15, 2023):
You should then do this directly in the database itself, you can get the login credentials by going to any organizations settings and going to the bottom of the page where you can find "Debug Credentials" and you can login to the database debugger and delete the organization directly.