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
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
I was deploying my app and i found this error on my server logs
(node:11621) DeprecationWarning: collection.find option [fields] is deprecated and will be removed in a later version.
0|server | (node:11621) DeprecationWarning: collection.save is deprecated. Use insertOne, insertMany, updateOne, or updateMany instead.
0|server | Error: Error when validating: Tried to update a non-updatable model
0|server | at errorMessage (/root/servers/dcloud/packages/server/node_modules/radiks-server/app/lib/validator.js:4:9)
0|server | at Validator.validatePrevious (/root/servers/dcloud/packages/server/node_modules/radiks-server/app/lib/validator.js:71:7)
0|server | at Validator.validate (/root/servers/dcloud/packages/server/node_modules/radiks-server/app/lib/validator.js:17:16)
0|server | at process._tickCallback (internal/process/next_tick.js:68:7)
0|server | Error: Error when validating: Tried to update a non-updatable model
0|server | at errorMessage (/root/servers/dcloud/packages/server/node_modules/radiks-server/app/lib/validator.js:4:9)
0|server | at Validator.validatePrevious (/root/servers/dcloud/packages/server/node_modules/radiks-server/app/lib/validator.js:71:7)
0|server | at Validator.validate (/root/servers/dcloud/packages/server/node_modules/radiks-server/app/lib/validator.js:17:16)
0|server | at process._tickCallback (internal/process/next_tick.js:68:7)
The app routing throw a bad gateway 502 Error
the error seems that i am updating some models are not updateable, which i think is just SigningKey. which is i cannot update a SigningKey with a new private key.