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.
Environment
Minimal reproduction
Open any graph in FalkorDB Browser, click
Clear, and paste: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.