Closed donalmurtagh closed 1 year ago
Oh I see, we are using different node versions for tests and builds. Unfortunately the node version used in build is 14.15.x. This version does not yet support crypto.randomUUID
(see https://nodejs.org/api/crypto.html#cryptorandomuuidoptions).
After upgrading from v1.8.1 to v1.8.2, I get the following error in the container when processing an email request
This causes a 500 response status code with the following body
No such error occurs with v1.8.1.