Hi Arjun,
Thanks for your quick reply. As I said, I haven't change any server settings and the management port is 8089 only.
So far, I have tried by generated my ngrok url in following ways.
ngrok http 3000 - In this case I tried https://1cb2c224.ngrok.io:8089/services/auth/login (timed out and no response in this case) and https://1cb2c224.ngrok.io/services/auth/login (502 Bad gateway)
ngrok http 8089 - In this case I tried https://1cb2c224.ngrok.io:8089/services/auth/login (timed out and no response in this case) and https://1cb2c224.ngrok.io/services/auth/login (502 Bad gateway)
So, In both the cases if I mention port in URL, it gets timed out and If I omit the port from URL it returns with 502 error.
Do you want me to change the management port to 3000 and try?
Thanks.
... View more