mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-14 11:04:15 -05:00
Issues with OpenPanel #102
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 @lindesvard on GitHub (Aug 19, 2025).
Template Name
OpenPanel
Relevant Logs of the Error
No relevant logs for this
Steps to Reproduce the Error
Expected Behavior: Users can sign up without any problem.
Actual behavior: On sign up page after filling out the details create account button doesn't actually works.
I'm not the one with this issue. I'm the creator of OpenPanel and helped him out to get everything working.
Environment Information
When does this error occur?
After successful deployment
Additional Context
I think the current template is broken. Everything spins up and working but when you actually do any requests (eg creating an account) the API_URL is not set and points to the wrong service.
It looks like it's copied from the coolify templated and missing some vital things to work on dokploy.
I think everything is working except envs for
NEXT_PUBLIC_API_URLandNEXT_PUBLIC_DASHBOARD_URL. TheSERVICE_FQDN_*part is related to coolify and I don't think dokploy supports this since it seems like I needed to replace them with the actual domain.Also I think the checkbox for the strip external path should be checked on this one:
I gladly assist any future development with this but I have never used dokploy so lacking a bit knowledge here.
What I actually did to make this work for the users which had this problem:
NEXT_PUBLIC_API_URLandNEXT_PUBLIC_DASHBOARD_URLwere matching the expected value (so I just hardcoded them in the docker compose)./apiI checked the Strip external path options. Otherwise the api would get the wrong pathBelow is the docker compose
Will you send a PR to fix it?
Maybe, need help
@thaarrtt commented on GitHub (Aug 24, 2025):
another one to add that user need to manually edit the config, but even then I cant even sent a request to open panel instance
@moinulmoin commented on GitHub (Oct 18, 2025):
@Siumauricio hey mate, please look into this.