Open the server/pentaho-server/pentaho-solutions/system/pentaho.xml file in a text editor and make the following replacements:
- Find the line:
<cors-request-allowed>false</cors-request-allowed>
and then change it to:
<cors-request-allowed>true</cors-request-allowed>
- Find the line:
<cors-requests-allowed-domains><!-- allowed domains here --></cors-requests-allowed-domains>
and then change it to:
<cors-requests-allowed-domains>http://localhost:2777</cors-requests-allowed-domains>