-
Notifications
You must be signed in to change notification settings - Fork 553
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
Publishing with Electron Forge no longer works #211
Comments
I will look into this asap. Are there any specific errors that you are getting? Also can you clarify where you are seeing |
The flavor logic was setup with the intention that all the old endpoints could still be used and that flavor would just default to Note: All that being said, you will need to migrate the database to accommodate the changes in the models. If this hasn't been done yet then all you need to do is configure the |
Doing some investigating now will update soon. |
As a note electron-forge finishes without any errors |
Okay, good to know. Any errors you are able to generate, please provide so I can narrow down my search for a fix. Thanks. |
Things i've noticed so far
|
Is there anything coming from the node console where electron release server is running? Have you ran the migration scripts and did they have any issues? |
Ok, I will setup electron forge and test this tomorrow. It will be interesting to see what data it's posting and to what endpoint. Perhaps I need to add flavor into the provided version object when it's missing during publish, or a beforeCreate on the model and remove required restriction on flavor. Sorry for the inconvenience, I'll get to the bottom of this error either way. I'm glad manual creation and migration worked for you at least. |
Thanks, not a problem, appreciate all the updates you are doing. I'll keep testing and post updates. |
I've created a PR to deal with this issue hopefully. I setup Electron Forge and there were indeed some issues with publishing. It doesn't provide |
Great thanks @DustinBrett will test once merged |
It has merged :) |
Working perfectly, cheers team. |
Since 1.5.0 publishing via electron forge no longer works. I expect this is due to the new flavor feature and the flavor name included at the end of the file name on upload.
The text was updated successfully, but these errors were encountered: