Need help setting up Luigi's OIDC auth on React #4040
-
Hi guys, I'm new to Luigi and React in general. I started my code exactly like this react example https://github.com/SAP/luigi/tree/main/core/examples/luigi-example-react. It works well as expected. I installed the plugin
Because the I run the app and got this error
which makes sense as I use I tried changing it to
I have also tried changing the import paths to, for example, Could someone please provide some example code or snippet of how to properly setting up this OIDC auth on a React project? I'm so stuck 😭. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @kkasinrerk2, maybe some remarks before I start explaining how to solve your issue:
Now to your issue: Final notes:
|
Beta Was this translation helpful? Give feedback.
Hi @kkasinrerk2,
maybe some remarks before I start explaining how to solve your issue:
Now to your issue:
You can't us…