mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
HTTP Error 500 When Creating TCP Resource via Integration API #441
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 @AndrewPaglusch on GitHub (Jun 16, 2025).
Originally assigned to: @miloschwartz on GitHub.
I am on Pangolin v1.5.1 Community Edition.
When attempting to create a raw TCP resource via the integration API, I receive back a generic HTTP 500 error:
I compared the API call made by my browser when creating an identical TCP resource in the Pangolin UI, and despite the URL being different, the request appeared to be identical in almost every way, sans some extra headers my browser added in.
I see nothing in the container logs when making this API call.
Despite getting the error, the resource is created correctly.
@AndrewPaglusch commented on GitHub (Jun 16, 2025):
I've just given full permissions to the API key I'm using, so I can rule out any type of permission issue as the cause
@oschwartz10612 commented on GitHub (Jun 16, 2025):
Hum definitely sounds like a bug. Are you sure there is nothing in the logs when you do this? An error should be thrown at the same time.
@AndrewPaglusch commented on GitHub (Jun 16, 2025):
I believe I had my logging misconfigured. After fixing it, the following was logged when making the API call:
@miloschwartz commented on GitHub (Jun 17, 2025):
Ah I think I know what's causing this. Will try to have a fix in the next release.