-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Flow "write to a conversation" broken. #49909
Comments
I confirm. |
Here's some error from JS console:
```
store.js:42 TypeError: Cannot read properties of null (reading 'proxy') store.js:107 POST https://nextcloud.....com/ocs/v2.php/apps/workflowengine/api/v1/workflows/user?format=json 400 (Bad Request)
|
I can confirm this bug, too. Same console output (400, Bad Request). |
This affects any workflows. Probably caused by nextcloud-libraries/nextcloud-vue#6172, as passed components can not grasp Vue instance of parent, therefore Maybe it could be fixed in https://github.com/nextcloud/server/blob/f21ffabe0e92c1790262c07d51eb2a60f55796f2/apps/workflowengine/src/workflowengine.js ? cc @ShGKme @susnux |
And so also related to nextcloud-libraries/nextcloud-vue#6360 (i.e. yes, needs a fix in the workflowengine) |
Bug description
I tried to setup a flow to write to a talk room whenever a file in a certain folder gets added/edited.
Steps to reproduce
Expected behavior
I can setup the flow but instead I get the error you see on the screenshot
Nextcloud Server version
30
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Browser log:
Additional info
No response
The text was updated successfully, but these errors were encountered: