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
When trying to import project via web ui ("Create a project" drop down menu -> "Import SplitWise project" button), nothing happens.
Chrome web console shows following errors that seem to be related.
GET https://<omitted>/apps/cospend/js/cospend-node_modules_nextcloud_dialogs_dist_chunks_index-D5FJasts_mjs.js?v=8b813e5937312ca18f2a net::ERR_ABORTED 404 (Not Found)
Refused to execute script from 'https://<omitted>/apps/cospend/js/cospend-node_modules_nextcloud_dialogs_dist_chunks_index-D5FJasts_mjs.js?v=8b813e5937312ca18f2a' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Uncaught (in promise) ChunkLoadError: Loading chunk node_modules_nextcloud_dialogs_dist_chunks_index-D5FJasts_mjs failed.
The file cospend-node_modules_nextcloud_dialogs_dist_chunks_index-D5FJasts_mjs.js is nevertheless present:
$ ls -la custom_apps/cospend/js/*chunks*
-rw-r--r-- 1 33 33 544 Dec 25 01:40 custom_apps/cospend/js/cospend-node_modules_nextcloud_dialogs_dist_chunks_index-D5FJasts_mjs.js
-rw-r--r-- 1 33 33 498 Dec 25 01:40 custom_apps/cospend/js/cospend-node_modules_nextcloud_dialogs_dist_chunks_index-D5FJasts_mjs.js.map
-rw-r--r-- 1 33 33 369729 Dec 25 01:40 custom_apps/cospend/js/cospend-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CvXU3iSt_mjs.js
-rw-r--r-- 1 33 33 3817665 Dec 25 01:40 custom_apps/cospend/js/cospend-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-CvXU3iSt_mjs.js.map
-rw-r--r-- 1 33 33 15722 Dec 25 01:40 custom_apps/cospend/js/cospend-vendors-node_modules_nextcloud_vue_dist_chunks_NcDashboardWidget-CU5MNmVJ_mjs.js
-rw-r--r-- 1 33 33 30785 Dec 25 01:40 custom_apps/cospend/js/cospend-vendors-node_modules_nextcloud_vue_dist_chunks_NcDashboardWidget-CU5MNmVJ_mjs.js.map
However, trying to download it using the link shown in the web console via wget indeed returns 404.
This seem to be a regression caused between 3.0.4 and 3.0.5 (manual downgrading to 3.0.4 fixes the issue).
Thanks for reporting this.
For some reason the dialogs lib (used to open the file picker) loads some javascript dynamically so there is some webpack-specific variables to define.
This is now fixed and will be included in the next release.
When trying to import project via web ui ("Create a project" drop down menu -> "Import SplitWise project" button), nothing happens.
Chrome web console shows following errors that seem to be related.
The file
cospend-node_modules_nextcloud_dialogs_dist_chunks_index-D5FJasts_mjs.js
is nevertheless present:However, trying to download it using the link shown in the web console via wget indeed returns 404.
This seem to be a regression caused between 3.0.4 and 3.0.5 (manual downgrading to 3.0.4 fixes the issue).
Here's also a similar issue on Reddit that was found during googling process.
The text was updated successfully, but these errors were encountered: