Server Error (500) when trying to download #81
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, me again :-)
After successfully correcting my mess workflows work fine and finish. However, once I click either the MSI or the EXE Link I am getting a Server Error 500.
Any hints where to look and possibly how to fix?
Are you using cloudflare? Some users had issues with cloudflare, they had to turn a setting off.
If you look at your action on github, in the step labelled "send file to rdgen server", does it show that the file was saved correctly on the server or does it show a message like "403 Forbidden"?
It shows a 403.
`Run curl -i -X POST -H "Content-Type: multipart/form-data" -H "Authorization: Bearer " -F "file=@./SignOutput/GIMITSupport.exe" -F "uuid=019fcb25-9505-419c-a536-6f67fa1b8a98" ***/save_custom_client
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 21.8M 0 0 1 240k 0 296k 0:01:15 --:--:-- 0:01:15 295k
5 21.8M 0 0 5 1264k 0 707k 0:00:31 0:00:01 0:00:30 708k
14 21.8M 0 0 14 3312k 0 1199k 0:00:18 0:00:02 0:00:16 1199k
32 21.8M 0 0 32 7152k 0 1913k 0:00:11 0:00:03 0:00:08 1913k
68 21.8M 0 0 68 14.8M 0 3201k 0:00:06 0:00:04 0:00:02 3202k
HTTP/1.1 100 Continue
HTTP/1.1 403 Forbidden
<html> <head></head>Date: Tue, 13 May 2025 14:44:49 GMT
Content-Type: text/html
Content-Length: 118
Connection: keep-alive
Vary: Accept-Encoding
403 Forbidden
</html> 100 21.8M 100 118 100 21.8M 20 3923k 0:00:05 0:00:05 --:--:-- 4526k curl: (26) Failed to open/read local data from file/application`It is not Cloudflare. It's published via NPMPlus.
I don't know then. The server is blocking the client binaries from being sent from github.
Do you recall what the neccesary setting in Cloudflare was?
Got it solved. For the records: Disabling mod_security makes it functional.