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
Picker app doesn't work if nextcloud is installed on subfolder. I reported my issue in here : nextcloud/picker#51
Context
Hardware: Old laptop or compute
YunoHost version: both last v11 version and last v12 version
I have access to my server: Through SSH | through the webadmin | direct access via keyboard / screen
Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
Steps to reproduce
Install nextcloud in a subdirectory https://domain.tld/nextcloud
go to https://domain.tld/nextcloud/index.php/apps/picker/single-link
Get the following error in console :
Uncaught (in promise) ChunkLoadError: Loading chunk node_modules_nextcloud_dialogs_dist_chunks_index-CYiQsZoY_mjs failed.
(error: https://domain.tld/apps/picker/js/picker-node_modules_nextcloud_dialogs_dist_chunks_index-CYiQsZoY_mjs.js?v=c2373e41314815cfcd22)
It obviously can't work as the link doesn't include the subfolder, it should be instead https://domain.tld/nextcloud/apps/picker/js/picker-node_modules_nextcloud_dialogs_dist_chunks_index-CYiQsZoY_mjs.js?v=c2373e41314815cfcd22
Describe the bug
Picker app doesn't work if nextcloud is installed on subfolder. I reported my issue in here : nextcloud/picker#51
Context
Steps to reproduce
It obviously can't work as the link doesn't include the subfolder, it should be instead
https://domain.tld/nextcloud/apps/picker/js/picker-node_modules_nextcloud_dialogs_dist_chunks_index-CYiQsZoY_mjs.js?v=c2373e41314815cfcd22
Expected behavior
picker should load
Logs
Browser log in console :
The text was updated successfully, but these errors were encountered: