N8n crash while Building expression for Editor

My desktop n8n instance crashes, whenever I paste this code in the Expression editor.

{{ { “Content-Type”: “application/json”,“x-site-context”: {“account”:“5f689caa4216e7000750d1ef”},“Authorization” : "Bearer "+ $node[“HTTP Request”].json[“accessToken”] } }}

Information on your n8n setup

  • n8n version:0.182.0
  • Database you’re using (default: SQLite): Not sure. Whatever comes with the desktop app
  • **Running n8n with the execution process [own(default), main]: Not sure. I just clicked on Execute Node
  • Running n8n via desktop app

Hey @Anil_Punjabi, I am sorry to hear you’re having trouble.

Can you confirm when exactly the crash occurs? When pasting the code or when actually executing the workflow? If it’s the latter, could you share a workflow using which this can be reproduced?