Chris Caspanello

Results 17 comments of Chris Caspanello

> I've just upgraded to react 18 after that the app continuously redirect to keycloak server then back to react then keycloak server (infinite loop) > > so I debug...

Problem still exists: ``` "dependencies": { "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", "@material-ui/styles": "^4.10.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "axios": "^0.19.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.1", "react-stomp": "^5.0.0", "recharts": "^1.8.5"...

After playing around with the Undo/Redo buttons some more and changing to regular `` tags I get inconsistent behavior; so this is probably not a PrimeReact issue

Same here ... would love to automatically have Amplify recognize my custom providers.

I'm dying for some good documentation on CORS configuration :) . I saw this ticket https://github.com/spring-projects/spring-authorization-server/issues/110; but the suggested approach is 2 years old and no longer works because the...

Thank you @jgrandja for the very quick reply - Checking it out! Report back shortly.

@jgrandja - You rock! That branch helped greatly. I'm now unblocked and authentication against the server is working perfectly. Thank you so much. You and your team are amazing. Cheers!

@jgrandja - I may have celebrated too soon. When I hooked up my React app to the branch server it worked fine. However trying to move to using "real" dependencies...

@jgrandja - I get that but even disabling CORS according to the documentation you shared doesn't work: ``` @Bean SecurityWebFilterChain springSecurityFilterChain(ServerHttpSecurity http) { http // ... .cors(cors -> cors.disable()); return...