How do I export Cypher Favorites recorded in the browser?

I have tried this URL to export favorite.

https://neo4j.com/developer/kb/how-do-i-export-cypher-favorites-recorded-in-the-browser/

But I can not connect to ne4j desk top from chrome.

I typed "http://localhost:7687".

Chrome shows "not a WebSocket handshake request: missing upgrade"

Please help me.

Hi @takeshi0525982

You have to go to localhost:7474 and not to port :7687 to connect to the Neo4j browser. Port 7687 is used for Bolt protocol.

Thank you very much !!