Anything after `#` is called hashparam and used only client side and usually for navigation by modern JS apps. So the right URL structure is `scheme:[//authority]path[?query][#fragment]` which is what we are doing here. You can read more about it here - https://en.wikipedia.org/wiki/URL#Syntax
I am afraid we can't do anything here. Kite Connect follows the standard procedure. You will have to handle it at your end. You may also enable history mode which makes angular have regular path instead of #
problem is with Zeroda only
You may also enable history mode which makes angular have regular path instead of #