Maxime Gauthier

Results 6 comments of Maxime Gauthier

I'm experiencing the same issue, I think it is due to this docker run command: ``` docker run --rm -v /home/biximilien/Projects/ACN/be-lambdas/services/tag/.serverless/requirements:/var/task:z -v /home/biximilien/.cache/serverless-python-requirements/downloadCacheslspyc:/var/useDownloadCache:z sls-py-reqs-custom /bin/sh -c chown -R 0\:0 /var/useDownloadCache...

> I'll try to submit a pull request ~~See #664~~

I did some more testing this morning and confirmed the fix I suggested was in fact not working. The issue was that I confused the serverless error description with the...

As discussed internally, suggested fix: ``` /** * Send the batch / transaction for execution to the server. */ public async send(): Promise { if (this.request.type === "transaction") { //...

@eerkmen is it possible you have a running postgres instance? you might need to shut it down as our medplum-devbox needs to bind port 5432

@eerkmen Can you provide additional details on which parameters you used when creating the project, such as the template? Can you also provide which version of Ubuntu you are using?...