-
Notifications
You must be signed in to change notification settings - Fork 491
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
Additional files deployment not working after latest update #4694
Comments
Thank you for reporting. I can reproduce it in 5.29.0 only. This is a regression. |
This is being caused by a breaking change in Electron: |
I am looking into this issue right now. I noticed that the saved configuration is broken too, as we "serialize" the files to this: [
{ "path": undefined }
] |
A fix is in progress :) |
Thank you @bMarc. I just ran a local build on osx (ARM) from branch |
Can you paste here the contents of the devtools when you encounter the problem on my branch? You can access it with F12. |
DeploymentTool.js:683 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'split')
at DeploymentTool.js:683:19
at async Promise.all (index 0)
at async tt.withAttachments (DeploymentTool.js:462:11)
at async tt.getSavedConfiguration (DeploymentTool.js:370:7)
at async tt.deployTab (DeploymentTool.js:123:9) |
Thanks. It looks that we'd need to handle the broken config in that case. |
Are you about to create an automated repair of the configuration then? Or shall/ may/ I try fix the config manually in my case as this is supposedly a one time only problem? |
Can you please check if the deployment works for you with the current contents of the branch? We will likely fail gracefully, so there will be no file read from the config as path is missing, but at least you can deploy. |
Great! Thank you for your support :) |
The fix will land in the upcoming 5.30.0 release. |
This makes sure the deployment tool can still open for configs broken in 5.28 and 5.29. Related to #4694 (comment)
This makes sure the deployment tool can still open for configs broken in 5.28 and 5.29. Related to #4694 (comment)
Closed via #4708 |
Describe the bug
I'm unable to attach more than one file to a process deployment after updating to v5.29. Disabling all plugins had no effect.
Steps to reproduce
Expected behavior
Multiple files should be attached and deployed
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: