You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me out fixing this. After gulp serve-build completes Firefox launches with this error message. It seems Firefox doesn't get connected. There is no 'browser connected' output in the console.
The text was updated successfully, but these errors were encountered:
Seems the issue is with the different ports in karma.conf.js: proxies: { '/': 'http://localhost:8888/' }, // web server port port: 8888,
Though I haven't yet resolved this.
Please help me out fixing this. After
gulp serve-build
completes Firefox launches with this error message. It seems Firefox doesn't get connected. There is no 'browser connected' output in the console.The text was updated successfully, but these errors were encountered: