cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[HOPEX V5.0.1+639 ] Can't install modules from HAS Console - results in 404 browser console

sachafroment
New Contributor

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.

 

sachafroment_0-1649867092910.png

(here a demonstration of the error message and the console log request 404 error)

 

Thanks in advance

5 Replies

Can you use a work around

 

  • You download the module in the store
  • put the file *.haspkg in folder module
  • restart the instance

 

in V5 CP1 this menu add doesn't work you have to update to CP2

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>

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

 

sachafroment
New Contributor

Problem is back, it only worked for 1 specific package install.

sachafroment
New Contributor

Fixed, upgraded to HOPEXV5 CP2.