mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1275] TypeError: Cannot read property 'preference' of undefined #426
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#426
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 @ChrisB85 on GitHub (Oct 15, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1275
Describe the bug
When trying to open an app, only loading screen appears. There is an error in the console:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An error in console should not appear.
Screenshots

Desktop (please complete the following information):
Additional context
I'm using docker version of hoppscotch. I have tried to clear site data in developer tools, but with no luck.
@liyasthomas commented on GitHub (Oct 15, 2020):
Docker image seems to be having an issue. We're working on finding the root cause.
Investigation shows the color mode module is having an issue with accessing cookies when run via Docker. Kindly stay tuned while we rollout a patch ASAP.
@ChrisB85 commented on GitHub (Oct 21, 2020):
I have just upgraded my docker installation and it's working again :)