Replies: 1 comment
-
Solved!All we need is to enable
Where backend url is defined in environment variable as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to detach frontend folder and put it into a separate repo to deploy in a static web app server.
So the static folder is no longer needed by backend and the api requests in frontend need
${backendurl}
.The problem is that the callback url for oauth is the backend address and thus the user faces error.
How can I set backend to redirect the frontend address?
I used the frontend address in login button as callback address, and also added the frontend address to Allowed external redirect URLs in backend authentication.
Beta Was this translation helpful? Give feedback.
All reactions