YunoHost-Apps / kanboard_ynh

Kanboard package for YunoHost
http://kanboard.net
GNU Affero General Public License v3.0
14 stars 16 forks source link

Unable to load task [CSP problem] #122

Closed mrtpcet closed 2 years ago

mrtpcet commented 3 years ago

Yunohost v4.2.6 (stable) Kanboard v1.2.20~ynh3

Problem : since the last update, i can't load my tasks. An infinite wheel turns inside them.

The Firefox or Brave console seems to show me a CSP problem (cf. pictures). I activate CORS Everywhere extension but it don't work either.

image image

ericgaspar commented 3 years ago

could you try to install/upgrade from this branch? https://github.com/YunoHost-Apps/kanboard_ynh/tree/CSP

sudo yunohost app install https://github.com/YunoHost-Apps/kanboard_ynh/tree/CSP --debug
or
sudo yunohost app upgrade kanboard -u https://github.com/YunoHost-Apps/kanboard_ynh/tree/CSP --force
mrtpcet commented 3 years ago

could you try to install/upgrade from this branch? https://github.com/YunoHost-Apps/kanboard_ynh/tree/CSP

sudo yunohost app install https://github.com/YunoHost-Apps/kanboard_ynh/tree/CSP --debug
or
sudo yunohost app upgrade kanboard -u https://github.com/YunoHost-Apps/kanboard_ynh/tree/CSP --force

Yes, it's working now !

mrtpcet commented 2 years ago

I have the same problem since the last update 1.2.21~ynh1

ericgaspar commented 2 years ago

can you upgrade from testing please? sudo yunohost app upgrade kanboard -u https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing --force

mrtpcet commented 2 years ago

Same problem after upgrade from testing

MarinLGU commented 2 years ago

Hello, I have the same problem here, could you manage to fix it ? Thanks !

ericgaspar commented 2 years ago

I applyed the fix #127 by @Trickscenique. Can you upgrade from testing please? sudo yunohost app upgrade kanboard -u https://github.com/YunoHost-Apps/kanboard_ynh/tree/NGINX --force

MarinLGU commented 2 years ago

It worked, thank you ! But how will I be notified of the next upgrade now that I'm on the NGINW branch ?

ericgaspar commented 2 years ago

There is nothing to do. When the version changes, the update is triggered automatically.

jacen05 commented 2 years ago

Same problem here, and upgrading from testing branch did the trick. Thanks for the fix!