-
Notifications
You must be signed in to change notification settings - Fork 293
upd: plane to v0.28.0 (with fixes) #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: canary
Are you sure you want to change the base?
Conversation
BREAKING CHANGE: moved from nginx to caddy, plane moved to caddy upd: removed unnecessary `command` blocks that now doesn't used
style: removed reduant variable, reused one multiple times
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
|
@Siumauricio the 404 bug already existed in current v0.27.1 - it should not stop us from updating. @pozitp actually replied that the bug seems to have become less permanent. I am hoping that after updating to this version the 404 bug is completely resolved, and if not we can continu debugging it. Also @pozitp would you be available to get us to Plane v1.0.0? |
|
Unfortunately updating to v0.28.0 failed @pozitp 4 containers are not starting, I see the following error: I am also seeing now seeing the same issues as @Siumauricio |
|
I fixed the 404's in v0.28.0 by changing WEB_URL and CORS_ALLOWED_ORIGINS to include https:// instead of http:// Old: New: |
|
@Siumauricio I believe this can be merged now |
|
Upon testing the latest fix I am also greeted with a 404 after initial set-up. I am redirected to https://test-plane-qoone2-13d9f0-94-142-246-193.traefik.me/god-mode/general When checking my environment I am seeing different URL's: No idea what's going on |
|
When I import v28, manually set the APP_DOMAIN, WEB_URL and CORS_ALLOWED_ORIGINS parameters to http the set-up works fine. No errors. When I set it to https the CORS and 404 errors occur or Plane does not even start. |
so we actually got into the initial state? 😁 perhaps only setting app_domain with http can actually fix, but i'm not sure about that |
And no. I reviewed this: https://github.com/makeplane/plane/blob/preview/deployments/aio/community/start.sh#L116. It contains FQDN, not URL, so it won't actually help. As I said, redirects sometimes work and sometimes don't. And also we need to wait some time to get everything up. I will try updating to v1.1.0 and report back if it resolves the issue. |
Did it solve the issue? 👀 |
|
We managed to update to Plane v1.1.0 within Dokploy. What can I share for others to replicate it? |





I used this Compose file and environment on my production server, and everything is working correctly. There were no errors during the build, and there are no errors in the logs.
Edited: I tested the Base64 configuration on the preview site. Everything works correctly. The only thing is that you need to wait a while for everything to get ready.