Failing to upload JSON file through Chrome to Firebase Database -
this frustrating. have 104 mb json file want upload firebase database through web front end, after random period of time (i've timed it, it's not constant, anywhere 2 20 seconds) error:
there problem contacting server. try uploading file again.
so try again, , keeps failing. i've uploaded files big before, , limit stored data in realtime db 1 gb,
i'm not close that. why keep failing upload?
this error in chrome dev tools:
failed load resource: net::err_connection_aborted https://project.firebaseio.com/.upload?auth=eyjhbgcioijiuzi1niisinr5cci6…q3niwiywrtaw4ionrydwusinyiojb9.cihvjvlslx43nobynajeyibkbrtygerlg4yo1t3jkva failed load resource: net::err_connection_aborted
if click on link shows in error, it's page words post request required
.
turns out answer ignore web importer entirely , use firebase-import. worked first time, , took minute upload whole json. , has merging capabilities.
Comments
Post a Comment