This line is exploding:
https://github.com/vesper-framework/vesper/blob/master/src/index.ts#L115
I tried to understand why sometimes the connection options exist and why it sometimes does not exist.
The bug only appears if the UI triggers many operations at once, sending many async requests to the server. It fails both with postgres and sqlite.
This is a sad bug as it makes vesper unusable because random queries fail.