input-output-hk / stakepool-management-tools

27 stars 7 forks source link

SPM-17-18 - View blockchain and node info #6

Closed lgobbi-atix closed 4 years ago

lgobbi-atix commented 4 years ago

Issue: When working in development mode (by running npm start), requests to the node are being blocked by CORS as a security measure. This does not occur with the production build (building the installer and installing it).

UPDATE: The issue has been resolved by adding the address and port where the app is running as an allowed origin in the cors field of the local node's configuration file