You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a mongodb on remote server and I use a local client (nosqlbooster) to connect without problems.
I installed Docker Image with mongosh and I can connect and get data without problems in image shell.
I installed budibase with dockercompose as in the doc and it works. I can connect to PosgresSQL to get the data.
version 3.4.2
but on the mongo connector
I get
the error getaddrinfo ENOTFOUND
with DNS name or IP address
I am running Docker Desktop on Windows 11
I saw this error in the logs but I don't know if it's related
{"level":"ERROR","timestamp":"2025-02-05T16:07:06.221Z","service":"@budibase/server","pid":392,"tenantId":"default","msg":"(node:392) NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.\n SDK releases are limited to address critical bug fixes and security issues only.\n\nPlease migrate your code to use AWS SDK for JavaScript (v3).\nFor more information, check the blog post at https://a.co/cUPnyil\n(Usenode --trace-warnings ... to show where the warning was created)"}
This discussion was converted from issue #15493 on February 11, 2025 14:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a mongodb on remote server and I use a local client (nosqlbooster) to connect without problems.
I installed Docker Image with mongosh and I can connect and get data without problems in image shell.
I installed budibase with dockercompose as in the doc and it works. I can connect to PosgresSQL to get the data.
version 3.4.2
but on the mongo connector
I get
the error getaddrinfo ENOTFOUND
with DNS name or IP address
I am running Docker Desktop on Windows 11
I saw this error in the logs but I don't know if it's related
{"level":"ERROR","timestamp":"2025-02-05T16:07:06.221Z","service":"@budibase/server","pid":392,"tenantId":"default","msg":"(node:392) NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.\n SDK releases are limited to address critical bug fixes and security issues only.\n\nPlease migrate your code to use AWS SDK for JavaScript (v3).\nFor more information, check the blog post at https://a.co/cUPnyil\n(Use
node --trace-warnings ...
to show where the warning was created)"}Beta Was this translation helpful? Give feedback.
All reactions