Open
Description
[REQUIRED] Environment info
firebase-tools: 14.4.0
Platform: Windows
nodejs: 22
vscode dataconnect extention: 1.4.0
[REQUIRED] Test case
Unable to start up dataconnect emulator. I have been working with it for a few months, but now I am unable to launch the firebase emulators because dataconnect will crash saying
Error: Data Connect emulator: undefined
error Command failed with exit code 1.
[REQUIRED] Steps to reproduce
Run the emulators starting command firebase emulators:start
or start emulators through the dataconnect vscode extension's Start emulators
button
[REQUIRED] Expected behavior
Launch the emulators servers normally and allows operating on dataconnect database
[REQUIRED] Actual behavior
Throwing the error
Error: Data Connect emulator: undefined
error Command failed with exit code 1.
and exiting before emulator suite starts
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
aalej commentedon May 29, 2025
Hey @Cruzor-Blade, thanks for reaching out. Currently, I can't reproduce the issue when starting the emulator using the Data Connect VS Code extension or with
firebase emulators:start
.Could you try running
firebase emulators:start --debug
, then share the generatedfirebase-debug.log
with us? This should give us additional information on what could've caused the error. Please omit any PIIs before sharing the contents of the file.I'm using the ff to reproduce the issue:
edit: Also please include the contents of
dataconnect-debug.log
.Cruzor-Blade commentedon May 30, 2025
Hello @aalej ! These are the contens of the two mentioned files:
dataconnect-debug.log
:and
firebase-debug.log
:And I want to point out that I am indeed, running the dataconnect VSCode extension
1.4.0
. The latest as of the publication date of this message