-
Notifications
You must be signed in to change notification settings - Fork 554
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
500 Server Error Version not found #237
Comments
What if you get rid of everything from the '?' |
Still the same 500 error
…On Thu, Apr 23, 2020 at 4:49 PM Craig Duckett ***@***.***> wrote:
What if you get rid of everything from the '?'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVKMNJVAONIDZTTEZ3AKW3ROCSVFANCNFSM4MPEWTXA>
.
--
Johnny Van Dyke
|
Are you adding RELEASES yourself? If so then dont. ERS does this for you. |
No, but Electron Forge is
…On Thu, Apr 23, 2020 at 5:20 PM Craig Duckett ***@***.***> wrote:
Are you adding RELEASES yourself? If so then dont. ERS does this for you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVKMNIWNKFWNJ27MTKWHZLROCWLDANCNFSM4MPEWTXA>
.
--
Johnny Van Dyke
|
You say nuget but do you mean xxx-full.nupkg |
Yes
On Fri, Apr 24, 2020 at 3:10 AM Craig Duckett ***@***.***> wrote:
You say nuget but do you mean xxx-full.nupkg
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVKMNJ5V3FNDEVVKREJ2HDROE3N7ANCNFSM4MPEWTXA>
.
--
Johnny Van Dyke
|
I also did a manual upload of the files and still the same error |
Are you able to provide the code for autoUpdater? |
const updateServer = 'https://updateserver.com' autoUpdater.setFeedURL(feed) |
It seems as its not finding the release file, but I can confirm that it is in the assets folder |
Does your URL feed end with slash Another question, maybe silly. Are you sure you are testing from an outdated version? For example, testing with the open app in |
Hi, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Feed URL:https://updateserver.com/update/win32/1.0.1/stable/
URL autoUpdater is checking: https://updateserver.com/update/win32/1.0.1/stable/RELEASES?id=XXXXX_client&localVersion=1.0.1&arch=amd64
I have verified that both the EXE and NUGET packages are uploaded
Every time the app checks for an update we get a 500 error version not found
If I remove RELEASES?id=XXXXX_client&localVersion=1.0.1&arch=amd64 then I get a 204
The text was updated successfully, but these errors were encountered: