You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it seems this is not possible - is there any reason for this?
Uncaught (in promise) RxError (SC5): RxError:SchemaCheck: fieldname cannot be primary and ref at same timeGiven parameters: {fieldName:"id"} at newRxError (http://localhost:3000/server/index.js:71151:10) at checkField (http://localhost:3000/server/index.js:64260:73) at http://localhost:3000/server/index.js:64301:9 at Array.forEach (<anonymous>) at traverse (http://localhost:3000/server/index.js:64299:29) at http://localhost:3000/server/index.js:64306:7 at Array.forEach (<anonymous>) at traverse (http://localhost:3000/server/index.js:64299:29) at validateFieldsDeep (http://localhost:3000/server/index.js:64310:3) at checkSchema (http://localhost:3000/server/index.js:64358:3)
I would of course be responsible for setting the id when creating items.
Info
Environment: Electron 11.0.3 renderer (Chrome M87)
Adapter: IndexedDB
Stack: Typescript, React, electron-forge
The text was updated successfully, but these errors were encountered:
Case
I'd like to have two collections be related through their id - e.g., a collection of nodes with the path for each node in a separate collection:
Issue
But it seems this is not possible - is there any reason for this?
I would of course be responsible for setting the id when creating items.
Info
The text was updated successfully, but these errors were encountered: