We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676ca27 commit acf048cCopy full SHA for acf048c
src/server.ts
@@ -241,7 +241,7 @@ export class Server {
241
try {
242
if (!this.userConfig.apiBaseUrl.startsWith("https://")) {
243
const message =
244
- "Failed to validate MongoDB Atlas the credentials from the config: API URL must be HTTPS";
+ "Failed to validate MongoDB Atlas the credentials from config: apiBaseUrl must start with https://";
245
console.error(message);
246
throw new Error(message);
247
}
0 commit comments