Debugging angular app not working with local domain name
I have set up an angular app to be debugged and it works fine when I navigate to the app through localhost:4200. However I have a number of integrations and authentication callbacks that have required me to use a domain name pointed at localhost for my development. When I navigate the angular app using this domain name (https://foo.bar.com:4200) I am unable to get my breakpoints to be hit. How can I configure this properly?
Please sign in to leave a comment.
Can be a network/certificates issue; please share your idea.log (Help > Show Log in ...)
That was correct! I created a cert from lets encrypt and used it when running the app and it worked great! Thanks for the pointer