a user complained about not being able to install my advanced-flow-blocks on selfhosted n8n in version 1.35.0. with error message " invalid input syntax for type integer: “2.3"”
I myself am running 1.33.1 and have no comparable issue.
Checked my code and found 2.3 in several positions when configuring the INodeTypeDescription:
**Question: **
I’m not 100% certain anymore, what this “version”-Stuff was for, so my question is:
Was anything changed between 1.33.1 and 1.35.0; e.g. a VersionUpdate like from 2.3 to 2.4 that might explain the issue?
It should be ok, The version is there to prevent breaking anything and we use the same thing in our existing nodes although it is also possible that we have change something.
I will check to see if I can pinpoint the version it changed in so we can work out what changed.
Hi Jon, we managed to get it running by removing this Version 2.3 from the versions List. However, it might be good for the future to have some documentation to what this version relates and how to recognize updates.