Vulgaris Magistralis
Choosing mongodb database to use
that's when using the public one on my own machine (works without the db name chained and just goes to test) i'm not sure that was the exact same error the internal one was omitting, ive settled on just using the test db, but kinda anoyying
15 replies
Choosing mongodb database to use
errorResponse: {
ok: 0,
errmsg: 'Authentication failed.',
code: 18,
codeName: 'AuthenticationFailed'
},
ok: 0,
code: 18,
codeName: 'AuthenticationFailed',
connectionGeneration: 0,
[Symbol(errorLabels)]: Set(2) { 'HandshakeError', 'ResetPool' }
15 replies
Typescript errors I can't replicate on my own environment
ok i just cloned it but it seemed to do the job, i'm seeing the same errors on my editor now and some parameter that used to be "any" now have a type, would love to know why it's hapening
19 replies
Typescript errors I can't replicate on my own environment
do you mean just cloning it off github again and building it? ill give it a go, but as far as the tsconfig, is it using mine or is the setting it is using specified anywhere?
19 replies
Typescript errors I can't replicate on my own environment
based on this:
╔═════════ Nixpacks v1.28.1 ════════╗
║ setup │ nodejs_18, npm-9_x ║
║───────────────────────────────────║
i'm assuming it uses 18, i applied it and its still working well locally
19 replies