mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 09:32:36 -05:00
[GH-ISSUE #1206] Cannot create ressources after updating to 1.8.0 #8572
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 @Fuechslein on GitHub (Aug 3, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1206
After updating to 1.8.0 from 1.7.3 on my docker setup I cannot create new resources anymore. When I press the button "Create Resource" nothing happens. There are no errors in browser or pangolin logs on debug level.
If I do not enter any name for the resource, then it throws the "String must contain at least 1 character(s)" error when I click the "Create Resource" button, so the button does seem to work to some degree.
After rolling back to 1.7.3 it immediately works again.
Changing existing resources also still works fine.
@srgustafson8 commented on GitHub (Aug 3, 2025):
@Fuechslein are you entering/selecting a domain correctly? May be a side effect of #1143
@MrJamesT commented on GitHub (Aug 3, 2025):
I have the same issue, just did a clean install of pangolin - added the first site that is now online, have a verified wildcard domain, yet if I try to create a resource (with the full domain e.g. test.domain.com) nothing happens. No network request is done, I only see an empty object logged in console and no errors are shown.
@Fuechslein commented on GitHub (Aug 3, 2025):
That was it. I wasnt aware I had to select anything. Very unclear as there are absolutely no visual cues. Could definitely be improved UX wise to make it more clear that the entry has to be manually selected. Or at least throw an error explaining whats wrong.
@srgustafson8 commented on GitHub (Aug 4, 2025):
@MrJamesT are you trying to create a resource with a subdomain or the root? did you select the domain after it pops up in the dialogue (see my issue for screenshots)
@MrJamesT commented on GitHub (Aug 4, 2025):
I had the same issue and only realized it with the completed answer, it was really unintuitive to me that the available domain pops up and then you have to click on it, since I don't really get how there could be two domains I could select.