I deployed my application on Heroku, and it works properly on the web browser on my computer. However, when I try to open it in a mobile browser, I get the error "RangeError: Maximum call stack size exceeded." You can check it here: https://piyzi-staging-625c1e32f362.herokuapp.com/auth
Hi,
"Maximum call stack size exceeded." occurs when too many nested or recursive function calls overwhelm the browser's memory.
Please make sure that you do not have any infinite recursion in your code.
Regards,
Lauris Stepanovs,
Keenthemes Support Team