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
I was wondering if maybe I'm not understanding how to use the server or if there is something wrong.... (just started to try and use the server 2-3 days ago...)
I have defined a flavor: MyFlavor
I have created 3 versions: 1.0.0, 1.0.1 and 1.0.2 on the stable channel. (edit: on the MyFlavor)
They all have the following assets defined: 1) a .dmg and 2) a .zip (the assets are defined for OSX Intel...)
I was wondering if maybe I'm not understanding how to use the server or if there is something wrong.... (just started to try and use the server 2-3 days ago...)
I have defined a flavor: MyFlavor
I have created 3 versions: 1.0.0, 1.0.1 and 1.0.2 on the stable channel. (edit: on the MyFlavor)
They all have the following assets defined: 1) a .dmg and 2) a .zip (the assets are defined for OSX Intel...)
If I hit the url: https://download.mydomain.com/update/flavor/MyFlavor/darwin/1.0.0/stable I get an empty response. (edit: actually not sure if I'm getting an empty response or a 404 and curl is just not displaying anything, either way, no json is returned)
If I delete the 1.0.0 version and then hit the same url I get what I would expect, a json with the url pointing to the 1.0.2 download
Is this the expected behavior? Do I have to delete old versions in order to get the server to give me an update response?
edit: I'm running version 2.1.3 of the server on Centos 7 with an nginx proxy in front of it.
Thank You
The text was updated successfully, but these errors were encountered: