mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 17:33:49 -05:00
internal server error #247
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 @migandhi on GitHub (Apr 20, 2025).
Hi,
I have a website
That was working fine with ngrok tunneling ngrok http 8080
It is locally hosted
But when I use it as pangolin resource
I get "internal server error"
And one other streaming application also
was working good with ngrok http 8050
But it results in error while using pangolin,
like "error loading video"
Why I cannot get a high quality connection in comparison?
Regards.
@migandhi commented on GitHub (Apr 20, 2025):
This problem is related to https,
when I removed https from target resource, I resolved the issues ,
I should only create http target resource
Why?
Also I hope there would be no further issues.
I am also curious how to make a TCP target resource,
for example hosting game server, or communication server on a port
using TCP protocol instead of http
I also saw the h2c option , what is it?
So far I think this is a very useful project
I like it very much
Hope these are only minor issues.
Thanks,
Regards.
@LKStu commented on GitHub (Apr 21, 2025):
Joining this as I had the same experience. Why does only http work? Seems insecure but I also enabled SSL (https) sooo?
@github-actions[bot] commented on GitHub (May 6, 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.
@zandercodes commented on GitHub (May 6, 2025):
I have a similar problem.
I also get an “Internal Server Error” although everything is set correctly.
I can reach the website from the container with traefik and garbil via the wireguard ip + port, but when I do the route set with traefik and pangolin, I don't get the website but the “Internal Server Error”.
EDIT:
I don't know what the problem was but I reinstalled the pangolin once and now it works
@miloschwartz commented on GitHub (May 7, 2025):
This could be related to the internal_hostname set in the config. The other containers in the stack need to be able to address Pangolin internally by that hostname. We've seen this cause Internal Server Error for others.
Glad you were able to get it working!
@zandercodes commented on GitHub (May 7, 2025):
that could have been the problem “internal_hostname” was previously set to ‘localhost’ and then changed it to “pangolin” during the new installation
@github-actions[bot] commented on GitHub (May 22, 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.
@reitenth commented on GitHub (May 25, 2025):
im trying to setup pangolin with pelican-panel/wings. i got everything good but the last step. wings gives me a
Internal Server Error. i already changedinternal_hostnameto pangolin with no luck.@zandercodes commented on GitHub (May 26, 2025):
pelican-panel/wings is based on pterodactly/wings. The only difference is the design.
wings and pangolin must be in the same network in Docker and the
container_nameof pangolin must be the same as theinternal_hostnameof the configuration of pangolin.docker-compose.yml:
pangolin config.yml
for example but not testet
@github-actions[bot] commented on GitHub (Jun 10, 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 (Jun 24, 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.