Mongo database deployment error

Describe here your issue
I get “DEPLOYMENT_ERROR” when I try to deploy a mongo database in my project. I don’t get much information about the error, see screenshot.
My project has a Postgres database, it works, but the new database (mongo) doesn’t.

Help-me, please :slight_smile:

`FROM node:14

WORKDIR /app

COPY package*.json ./

COPY tsconfig.json ./

COPY src /app/src

RUN ls -a

RUN npm install

RUN npm run build

COPY . .

EXPOSE 3001

CMD [ “node”, “./dist/server.js” ]`

Hello,

Do you still encounter the issue ? I took a look at your environment and everything is running fine.
If you still encounter issue, can you provide me your environment URL (the one starting by console.qovery.com)

Regards