mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[GH-ISSUE #1935] API commands not showing up #23338
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 @PottiMc on GitHub (Nov 28, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1935
Describe the Bug
When I want to debug settings or get IDs in the Pangolin API docs the black window with the code and the commands does not show up. So I can't get any information I want.
What I did to debug:
The API itself is working. I use a Rule Updater script which is working fine.
Environment
Debian 12 - Docker 28.3.3
To Reproduce
Open the API url -> Authorize or don't -> Choose GET/orgs for example (doesn't matter which one -> Click "Try it out" -> Click "Execute" -> Just a very short "Loading" is apperaing beneath the button, but it disappears and nothing changed.
Expected Behavior
I would like the black and white API answer like expected
@oschwartz10612 commented on GitHub (Nov 29, 2025):
This would be a swagger issue and I think it is usually caused by CORS
or an other reason preventing the API request from going through. I
would like the swagger team to provide a little more feedback in the gui
about this!
Can you open the dev tools in the browser and make the request and see
why the API request is failing?
@Kacper1263 commented on GitHub (Dec 2, 2025):
hi @oschwartz10612, I think I have the same problem. API is working, in dev tools I can see request and proper response but Swagger is not showing it.
All adblocks etc. are disabled, looks like a bug in Swagger
@oschwartz10612 commented on GitHub (Dec 2, 2025):
Hum must be because you are clearly getting a response to the request. Very strange! Will try to update swagger for the next release to see if it fixes it.
@github-actions[bot] commented on GitHub (Dec 17, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@github-actions[bot] commented on GitHub (Dec 31, 2025):
This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.
@PottiMc commented on GitHub (Feb 25, 2026):
@oschwartz10612 Just a short reminder to bump Swagger. API window is still not showing up.
@oschwartz10612 commented on GitHub (Feb 25, 2026):
I dont think swagger-ui-express is updated past 5.0.1... Maybe we need
to find a difference solution?