Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/fineract-provider/api/v1/authentication?username=mifos&password=password. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Settings
Mifos X version: fineract 1.4.0 branch or develop branch
When running against an against a local server, CORS error prevent the application from doing anything.
Steps to Reproduce
Expected Behaviour
Login should work
Actual Behaviour
Login fails because of CORS error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/fineract-provider/api/v1/authentication?username=mifos&password=password. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Settings
Screenshots