nextcloud-workflow-media-converter
nextcloud-workflow-media-converter copied to clipboard
cannot add conversion Batch
Steps to reproduce
- setup a new batch convert
- choose settings
- save config
Expected behaviour
I assume it should start converting
Actual behaviour
Throws error message:
Error saving
Nextcloud Nextcloud
Error
404
The page could not be found on the server.
Workflow Media Converter app
**Workflow Media Converter app version: 1.10.3 with following fix https://github.com/cwilby/nextcloud-workflow-media-converter/issues/409#issuecomment-2047329487
Server configuration
Nextcloud AIO Nextcloud AIO v8.1.0 in Docker on x86-64
Browser
Firefox with uBlock and no script. both disabled for nextcloud
Chrome with ublock, disabled
Javascript is enabled.
I have the same problem. I figured out that there is a problem with path resolving. In my case the app is installed in /custom-apps. On the frontend the path correctly resolved. However the backend is listening on the default apps directory /apps. Thats why we get 404. I dont have any experience in developing next cloud apps, but maybe this forum post can help the devs
Same thing here with app installed in the custom_apps/ directory. When I try to save the batch, I get a 404 error for custom_apps/workflow_media_converter/conversion-batches which instead seems reachable (but without permissions) at apps/workflow_media_converter/conversion-batches.
Same problem here. So I have like all the problems opened currently on the issues page :)) So the App is not usable nor in Flow, nor by batch :(
Should be resolved as of v1.11.7, please let me know if that's not the case and we'll re-open.
I can confirm conversion and UI works now. many thanks!