Skip to content

Browser syntax validator rejects valid top-level LOAD CSV query #2056

Description

@YGY-001

Environment

  • FalkorDB Browser: 2.4.0
  • FalkorDB server: 4.20.3
  • Deployment: Docker standalone

Minimal reproduction

Open any graph in FalkorDB Browser, click Clear, and paste:

LOAD CSV FROM 'file://fuzz.csv' AS row
RETURN row

The CSV file is only needed for server-side execution. The Browser syntax error appears before the query is sent.

Expected behavior

The query should pass syntax validation and be sent to FalkorDB.

Actual behavior

The Browser marks LOAD CSV as a syntax error and disables execution with:
Fix the highlighted syntax errors to run
The query is never sent to the server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions