When Page first time load or refresh then this error will generate in console with current url. This error will generate in development server but not generate in localhost. enter image description here
When I click on abcd:1 atright corner then below sources will open enter image description here
Let me know if any solution for this error
I tried with replace <base href="/"> with <base href="./"> in index.html but still not fix this issue. Also try with remove dynamic path in routing.module file.