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
Button still works as intended, but throws this big error.
[dev:tsnd] [2022-12-19T09:13:08.561Z] BSONTypeError: Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer
[dev:tsnd] at new BSONTypeError (/home/victor/Coding/ProAvalon/node_modules/bson/src/error.ts:16:5)
[dev:tsnd] at new ObjectId (/home/victor/Coding/ProAvalon/node_modules/bson/src/objectid.ts:88:15)
[dev:tsnd] at ObjectId (/home/victor/Coding/ProAvalon/node_modules/bson/src/objectid.ts:50:45)
[dev:tsnd] at /home/victor/Coding/ProAvalon/src/routes/file:/home/victor/Coding/ProAvalon/src/routes/index.js:839:20
[dev:tsnd] at Layer.handle [as handle_request] (/home/victor/Coding/ProAvalon/node_modules/express/lib/router/layer.js:95:5)
[dev:tsnd] at next (/home/victor/Coding/ProAvalon/node_modules/express/lib/router/route.js:144:13)
[dev:tsnd] at Route.dispatch (/home/victor/Coding/ProAvalon/node_modules/express/lib/router/route.js:114:3)
[dev:tsnd] at Layer.handle [as handle_request] (/home/victor/Coding/ProAvalon/node_modules/express/lib/router/layer.js:95:5)
[dev:tsnd] at /home/victor/Coding/ProAvalon/node_modules/express/lib/router/index.js:284:15
[dev:tsnd] at Function.process_params (/home/victor/Coding/ProAvalon/node_modules/express/lib/router/index.js:346:12)
The text was updated successfully, but these errors were encountered:
Button still works as intended, but throws this big error.
The text was updated successfully, but these errors were encountered: