jacoatvatfree

Results 7 comments of jacoatvatfree

I have the same problem with the **mongoose** handler and the `connectionString` field. Either syntax just throws the following error: ``` MongoParseError: Invalid scheme, expected connection string to start with...

Seems that environment variables are super limited in where they can be applied to config. I also tried adding statsd plugin with ``` plugins: - statsd: client: host: '{env.DD_AGENT_HOST}' ```...

I can hack a fix for the second problem (statsd plugin) in my case by doing a build, then doing a search and replace on the generated `.mesh/index.ts` file before...

Turns out the above hack was unnecessary, since the underlying hot-shots package will try to use the DD_AGENT_HOST environment variable by default if no host was specified. So best to...

I'm seeing the same behaviour, till now I had to clear site data (in browser application storage). But I will try changing the session secret before reboot as suggested above.

Voting for this to be merged please

Also note that trying to use AWS SDK v3 will throw a warning that Node 14 is no longer supported from 1 May 2024, so until meteor switches to a...