Trying Nextcloud version upgrade from 24.0.4 to 25.0.13 but my custom theme app is not working

I tried to upgrade my nextcloud customize app from 24.0.4 to 25.0.13.

After upgrading the version my theme-seiun app got disable. Actually all my thirdparty app got disable. and to enable it i had updated the info.xml max-version. And then i enable those apps.
But the thing is the theme not working. Actually my custom css and js is not working.

i have keep the theme-seiun app in app directory.

apps\theme-seiun
├───appinfo
├─────info.xml
├───css
├─────admin_themeseiun.scss
├─────themeseiun.scss
├─────themeseiun_notlogin.css
├───js
├─────theming.js
└───lib
├─────AppInfo
├───────Application.php
└─────Listener
├───────BeforeTemplateRenderedListener.php

Since 25 is already eol for a long time, maybe it is worth updating to a maintained version before fixing something which might break again because of some incompatible change in a current version.

I totally support previous post.
Upgrade and then work on your custom theme.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.