devcode100 opened a new issue, #1837: URL: https://github.com/apache/age/issues/1837
**Describe the bug** Upon trying to create new Nodes, getting the below error: SQL Error [22023]: ERROR: label_id must be 1 .. 65535 The issue is very specific to Nodes whose Labels are already existing, If I try to create Nodes with new Labels, no issues. The volume of data is **<100** (total number of Nodes across various Labels). There is no steps I could think of to replicate this issue, it came randomly and exists. **How are you accessing AGE (Command line, driver, etc.)?** - DBeaver, AGE Viewer **What is the necessary configuration info needed?** - Postgres 16 **What is the command that caused the error?** ```pgsql SELECT * FROM cypher('DTwin', $$ CREATE (:Category {name: 'CategoryTest1'}) CREATE (:Category {name: 'CategoryTest2'}) $$) AS (n agtype); ``` ``` SQL Error [22023]: ERROR: label_id must be 1 .. 65535 ``` **Expected behavior** The Nodes should have been created. **Environment (please complete the following information):** - Release v1.5.0 for PG16 **Additional context** Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org