‎13-04-2022 06:25 PM - edited ‎13-04-2022 06:26 PM
Hi,
I wanted to install a module directly from the HAS Console by using the provided interface but I get an error. I can still install the modules by downloading the .haspackage manually from the MEGA store but i'd like to fix this issue to streamline the install process.
(here a demonstration of the error message and the console log request 404 error)
Thanks in advance
Solved! Go to Solution.
‎19-04-2022 12:00 PM
Can you use a work around
in V5 CP1 this menu add doesn't work you have to update to CP2
‎19-04-2022 11:58 AM
The install is fully standard right now.
here the content of the web.config file (path : "D:\MEGA\Hopex Application Server\.binaries\HOPEX\V5.0.2+768\iis\web.config")
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<!-- ~ 2GB -->
<httpRuntime maxRequestLength="2147483647" enableVersionHeader="false"/>
</system.web>
<system.webServer>
<httpErrors>
<remove statusCode="502" />
<error statusCode="502" path="error.html" responseMode="File" />
</httpErrors>
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
</customHeaders>
</httpProtocol>
<security>
<requestFiltering allowDoubleEscaping="true" removeServerHeader ="true">
<!-- ~ 2GB -->
<requestLimits maxAllowedContentLength="2147483647" />
</requestFiltering>
</security>
</system.webServer>
</configuration>
‎14-04-2022 10:08 AM
Can you share the configuration in IIS you did ?
Did you use the defualt web.config file provided ?
C:\...\HOPEX Application Server\.binaries\HOPEX\...\iis
‎13-04-2022 09:03 PM
Problem is back, it only worked for 1 specific package install.
‎13-04-2022 06:51 PM
Fixed, upgraded to HOPEXV5 CP2.