helix-cli deploy error #129
-
Hi, I am trying to deploy a simple helixDB in Windows but get deplpy errors. Here are my steps, please help comment. Schema.hx N::User { queries.hx QUERY addUser(name: String) => PS D:\code\rust\helixDB\vendor> .\helix-cli.exe check PS D:\code\rust\helixDB\vendor> .\helix-cli.exe deploy --local error[E0061]: this method takes 3 arguments but 4 arguments were supplied Some errors have detailed explanations: E0061, E0432. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I just tried the latest v1.0.81 windows cli and get below error with the same schema and queries ./helix-cli.exe init PS D:\code\rust\helixDB\vendor> ./helix-cli.exe check |
Beta Was this translation helpful? Give feedback.
hey so sorry for taking this long to answer, completely missed this. if this is still an issue, please let me know what queries you were using with this error. It looks like you were using an
In
step?