`Model "undefined", field: ...`
See original GitHub issueSome JS problem probably, undefined
:
// These fields are not supported by the Prisma Client, because Prisma currently does not support their types.
// - Model "undefined", field: "attribution", original data type: "Unknown"
// - Model "undefined", field: "stoned_acquirer", original data type: "Unknown"
// - Model "undefined", field: "stoned_value", original data type: "Unknown"
// - Model "undefined", field: "stoned_value_type", original data type: "Unknown"
// - Model "undefined", field: "link_3_name", original data type: "Unknown"
// - Model "undefined", field: "link_3_url", original data type: "Unknown"
// - Model "undefined", field: "attribution", original data type: "Unknown"
in introspection-analysis/output/mongodb_public/sample_training_stderr.log
Should be for example:
// - Type "CompaniesImage ", field: "attribution", original data type: "Unknown"
Seems to be a side effect of original data type: "Unknown"
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
XGBoost Model refers to undefined field "fieldname".
Building an XGBoost model nugget having for example 7 fields including a Target field "fieldname" selected in the Var File source node.
Read more >undefined field on mongoose Schema - node.js
Debugging I saw that user object is not the schem class, what is worng with tuis class? node.js · mongoose · bcrypt.
Read more >undefined - JavaScript - MDN Web Docs - Mozilla
The global undefined property represents the primitive value undefined. It is one of JavaScript's primitive types.
Read more >Getting error kendoGrid.dataSource.options.schema.model ...
model.fields being undefined. This is in the .cshtml file defining the grid. <div id="deploymentsGrid" class="collapsible">
Read more >How to Deal with Optional Things and "Undefined" in TypeScript
What's undefined? · An uninitialized or absent property of an object · A potentially-omitted optional argument to a function · A return value...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nah it’s my fault. Just found the problem, will deploy a fix with a different issue (also sending warnings).
Problem also has been avoided by not having
Unknown
any more, but render these asJson
.