arminus / appsmith-docker

0 stars 0 forks source link

Appsmith does not connect to external mongodb instance #1

Open arminus opened 1 year ago

arminus commented 1 year ago

The MongoDB instance in the stack has been confirmed to be up and running, there is no access control set (yet) and a default database appsmith with a collection appsmith has been created with MongoDB Compass.

Log file of the startup is attached, it ends with

appsmith    | ++ mongo --host mongodb+srv://mongodb/appsmith --quiet --eval 'rs.status().ok'
appsmith    | + mongo_state=
appsmith exited with code 132

startup-fail.log

arminus commented 1 year ago

Workaround by patching the appsmith image.