Missing notification

Since the update after 5.6 the notification disappeared…

Also the documentation says I can use the --openBrowser flag but when I add the flag to the command it gives me an error the flag is not available…

Can this be fixed or how can I fix it?

the docs are a little ahead of the current release. sorry!

you should be getting notifications. you might try to rm your node_modules and install again.

the current version is 5.7.x.

Ah no problem, it would be nice to have the flag for opening the browser.

I have the latest version because the fix for source maps.
Tried a fresh install but my notification is still gone.

When running dev server I get this error after every build:

Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client

Maybe this is the problem from not showing the notification.

I get those proxy errors as well intermittently, but they aren’t fatal to the proxy process and wouldn’t have any effect on notifications. The notifications aren’t even sent from the same process that the proxy server runs on.

I’ll have to look into it more.

I can’t reproduce this. Notifications seem fine to me.

I’d check MacOS notification settings. If there are more reports I’ll scope it out again.

Yes the notification settings where disabled for roots. I enabled it and it works… Thanks!