mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #900] Collections & Environments not synced #318
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dhemas on GitHub (May 26, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/900
Describe the bug
My collections & environments not synced, even after toogling sync option in setting. Only my request histories were synced.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All collections & environments are synced
Desktop:
Additional info
I use postwoman v1.9.7, where #854 already merged
@liyasthomas commented on GitHub (May 26, 2020):
@dhemas is there any errors in console log?
@dhemas commented on GitHub (May 26, 2020):
@liyasthomas Console log is clean, no error or exception whatsoever. If you need my help to do something to debug I'll gladly help
@liyasthomas commented on GitHub (May 29, 2020):
Please make sure toggles for sync in Settings are turned on. Also try logging out and in once again to check the settings are synced.
@myussufz commented on GitHub (Jun 7, 2020):
I also have the same issue, the environment and collection are not synced when opening in another browser, I realize this happen because of the collection and environment are reading from Vuex state instead of reading from firebase.
@myussufz commented on GitHub (Jun 7, 2020):
@liyasthomas I have created a pull request for this fixed, https://github.com/liyasthomas/postwoman/pull/926, you may review this pull request.