Open stdunbar opened 4 years ago
Hi am also faacing same error can you help me
Access to XMLHttpRequest at 'https://demo.openmf.org/fineract-provider/api/v1/authentication' from origin 'http://localhost:9002' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
I am also facing similar issues, I checked out 18.x version community app, fineract 1.4 resulting in same error
Has anyone been able to solve this? I am also having the same error
Someone posted a solution here https://github.com/openMF/web-app/issues/706#issuecomment-2265208025
When running against an against a local server, CORS error prevent the application from doing anything.
Steps to Reproduce
The Server is running at http://localhost:8080/fineract-provider
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 https://localhost:8080/fineract-provider/api/v1/authentication. (Reason: CORS request did not succeed).
Note that there is a CORS error and the protocol is ignored.
Settings
Screenshots