Problem with Redirecting process

For the application we have designed, the user, after performing a series of activities in a specific address of the browser, must be redirected to the application page in the admin panel, but this does not happen. This problem is thought to be due to the application being served on Ngrok . We are currently looking for a solution to this problem

Hi Ariga, you can try to redirect the page with JavaScript, for example: https://www.w3schools.com/howto/howto_js_redirect_webpage.asp

If you could provide more information I can suggest some better answers.