< UNDEFINED NULL />

Fix: The flow server is not responding

24 Oct 2020
About 1 min read
flow flow-lsp osx

Recently, I was setting up flow for one of my project. Everything was running normally, but after sometime, there was this error on the screen:

flow server is not responding

The flow server is not responding

Seems like it is because of an unhandled exception that lead to crashing the flow server.

Here is a quick fix. Go to the command prompt and run:

pkill -f flow-bin

After this, try to run the flow. The flow-server will be restarted and everything should work properly from now.

References:

Comments

← Home