You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On your INSITE example , after following the procedure to deploy it (npm install & npm run dev) it doesnt work straight out of the box, starting by prompting a CORS error.
To be honest this is the only redsys repository that I know that works with react.
The text was updated successfully, but these errors were encountered:
Documentation is horrible 😅 and I only have time to provide the most basic maintenance to this project.
I suspect that your error is because the backend examples/rest-3ds-server is not running. You need to be running both the insite frontend and the 3ds server simultaneously. You can use a test credit card to verify that it's working. The CORS configuration of the examples works for me, however if the problem persist for you, could you please share some information about the error?
I've updated the examples description to clarify their dependency relationship and remove the port 3000 mention.
On your INSITE example , after following the procedure to deploy it (npm install & npm run dev) it doesnt work straight out of the box, starting by prompting a CORS error.
To be honest this is the only redsys repository that I know that works with react.
The text was updated successfully, but these errors were encountered: