sergen transform has failed for most forms. #6504
-
In my established project (10 months old) a strange new error has suddenly occurred.
Notice all the editors are missing. I then notice the same was true for 90% of the other forms in that folder. Please help, this is a show-stopping problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Found the answer, I think. I had early on added |
Beta Was this translation helpful? Give feedback.
Found the answer, I think. I had early on added
ServerTypings
to the.gitignore
list which seemed to be fine, by my guess is there's a form that gets used in several places which, if not yet transformed, will break the whole transform process. So I ended up with half-transformed files, not enough to break the build but just enough to bring run-time errors as the forms were not properly created - specifically the editors were missing, so reference to fields on the form would cause an exception.