M
M
Murat500052022-01-16 11:17:27
Python
Murat50005, 2022-01-16 11:17:27

How to disable error from browser console?

I'm writing in flask, when launched, an error pops up in the browser console:

remote-redux-devtools: Socket connection errors are being suppressed.
This can be disabled by setting suppressConnectErrors to 'false'.

As I understand it, somewhere there is a parameter in which you need to specify False values, but I can’t find it, please tell me where it is

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vindicar, 2022-01-16
@Vindicar

I think you got confused. The message says that socket error notifications are not displayed, and says that this behavior can be turned off (then they will be displayed). And the option is not in the browser, it's one of the redux-devtools settings . Read the docs for this library, how to set them, since I'm not familiar with it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question