-
-
Notifications
You must be signed in to change notification settings - Fork 597
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
Plugins with v3 #2221
Comments
Hey, |
Thanks for the clarification! |
Reopening this, as clearing out the plugins folder still didn't fix the app when updated. I have encountered some inconsistencies with plugins on a fresh v3 vs an updated leantime instance. The
This is after a successful migration run:
now on a fresh installation its looks as follows:
I am wondering if there is a migration script missing in the v3 release or if I missed some potentially required manual steps here. |
Ah, thanks for bringing that up. I had another user face the update issue. The update script should have created the missing columns. Let me take a look at what's going on there. |
Which version did you update from? |
This is from 2.4.8 → 3.0.0 Tried also 2.4.8 ⇾ 3.0.2 now, which appears to have a fix for this with dc16820 and I can confirm the table is properly migrated there. Unfortunately this apparently wasn't the only issue, so I will dig further. To give some context. No errors are shown anywhere, however after the update (not in a fresh v3 instance) the app looks like this: Just as if some css would be broken. Cache is busted and no assets are failing to load, so something is still off. |
Yeah this def looks like a css caching bug. Are you pulling the zip file or are you pulling directly from master? |
We are pulling the release tarball: https://git.cloudron.io/cloudron/leantime-app/-/blob/main/Dockerfile?ref_type=heads#L7 Taking a second look there and confirming its not a client side caching issue, maybe our |
Thanks, I just took a look at the scripts, couple suggestions that may cause problems:
|
On another note: I saw in one of the cloudron forum posts that there may have been a session memory issue. More than likely it is related to the session garbage collection definition in your dockerfile. I am not quite well versed on best practices there so I won't be able to be of much help but thought I'd share :) |
We were able to publish a package update to v3 now with cache clearing and session timeout. Thanks for all the help! |
Thanks for the update!
…On Sun, Jan 21, 2024 at 12:02 Johannes Zellner ***@***.***> wrote:
We were able to publish a package update to v3 now with cache clearing and
session timeout. Thanks for all the help!
—
Reply to this email directly, view it on GitHub
<#2221 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFW62GC3M3H5IDBIISDYPVCY7AVCNFSM6AAAAABB6UT3XSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGY4TMMJUHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I am preparing the Cloudron package for v3 and our tests found an issue with the plugins. In v2 the Plugins folder in the app folder was local to this repository, while it is now a link to a private repo at https://github.com/Leantime/plugins/tree/fb23f76357ff1b8405722add67682fddfd4fb1cc
My Question here is, if those plugins are indeed required or if we can just start the app with an empty
Plugins
folder? Previously it only contained one plugin, theMotivationalQuotes
, which is now gone and causes the app to behave erratical after update.Any hints on how to overcome this situation or some info what to expect would be greatly appreciated.
The text was updated successfully, but these errors were encountered: