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
Then I hit the "Test Connection" button I get this error:
Connection test failed: com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Not': was
expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source:
REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 4]
Also the console log in gcloud outputs the following (confirming it is trying to connect). Note the same 4 lines appear in the gcloud log each time I hit "Test Connection":
[firestore] Oct 07, 2024 11:34:01 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
[firestore] INFO: Detected non-HTTP/2 connection.
[firestore] Oct 07, 2024 11:34:01 AM io.gapi.emulators.netty.NotFoundHandler handleRequest
[firestore] INFO: Unknown request URI: /api/config
Here is a screenshot of the config in IDEA and the console log showing gcloud output.
Thanks for reporting the issue. The problem was that you were trying to connect to the Firestore Emulator, but only the option to connect through the Emulator UI was available. I've now added a separate configuration option for connecting to the Firestore Emulator.
I can't connect to a emulator instance. I think the config is correct.
I'm running a firestore emulator locally with gcloud using this command:
Then I hit the "Test Connection" button I get this error:
Also the console log in gcloud outputs the following (confirming it is trying to connect). Note the same 4 lines appear in the gcloud log each time I hit "Test Connection":
Here is a screenshot of the config in IDEA and the console log showing gcloud output.
Here is the output of
gcloud version
.Here is datagrip version info:
The text was updated successfully, but these errors were encountered: