You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall it works, but some routes are not correctly routed through Traefik. For example, when I create functions, the endpoint requests return a 404 instead of being forwarded to the right service.
It seems like certain paths aren't being picked up or matched by the Traefik rules defined in the template. Could you check if the routing configuration might be missing some rules or wildcard patterns for internal Appwrite services (like functions)?
I also created a PR a few months ago (#383) and tested functions, sites, and the basic Ping/Pong example.
As far as I understand, Dokploy cannot acknowledge wildcard domains. For example, when using functions or sites that are deployed on random subdomains of the Appwrite service.
After deploying a site or function, you need to add the specific domain manually in the “Domains” panel of Dokploy and reload the service.
I’m running @poberbeck's PR in production on my Appwrite deployment (without using the Sites feature). Everything is working smoothly so far, and I haven’t encountered any issues.
Error response from daemon: failed to set up container networking: container c0604003b817920c23cd2994b15a6cf89024d990b4901b0486bd63bf856530b0: endpoint join on GW Network failed: driver failed programming external connectivity on endpoint gateway_7a97b0bf26a6 (c43f2f2603aea773d516b6185ec4a038a47bc3947ecc08df49470e4ebc0721db): Bind for 0.0.0.0:80 failed: port is already allocated
Error: ❌ Docker command failed
Error occurred ❌, check the logs for details.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.