-
Notifications
You must be signed in to change notification settings - Fork 969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Connect emulator with "--import" doesn't work #8044
Comments
I believe the root cause here was data corruption in the dump due to improperly shutting down Pglite. We've fixed that in #8056, so this should be fixed in 13.29.0 . If you still run into this or similar issues, please rerun the command with --debug and share the logs here or in a new issue. We added some better logging of postgres internal errors, so hopefully we'll be able to more efficiently debug this next time. |
@joehan |
I'm still experiencing this issue in 13.29.1, macos, debug below: [2025-01-18T16:00:53.991Z] Object "" in "firebase.json" has unknown property: {"additionalProperty":"flutter"} Error: An unexpected error has occurred. |
[REQUIRED] Environment info
firebase-tools: 13.28.0
Platform: macOS
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
firebase emulators:start --only dataconnect
firebase emulators:export ./saved_data
firebase emulators:start --import ./saved_data --only dataconnect
[REQUIRED] Expected behavior
The emulator starts without any problems.
[REQUIRED] Actual behavior
firebase-debug.log
dataconnect-debug.log
The text was updated successfully, but these errors were encountered: