mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1381] hoppscotch fails on page load with ERROR in ./assets/md/docs.md #448
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#448
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 @olsonjeffery on GitHub (Dec 12, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1381
Describe the bug
Hoppscotch fails to load/initialize with below error. I'm not doing dev on hoppscotch and have a clean clone of the repo that I run with docker-compose. Previously worked, but stopped after I did a
git pull. Tried nuking/recloning repo, but get the same results.To Reproduce
Steps to reproduce the behavior:
hoppscotch/hoppscotchand onmain858ab252docker-compose up -dExpected behavior
Expect app to appear/work without error
Screenshots

Desktop (please complete the following information):
mainbranch ofhoppscotch/hoppscotchon858ab252UPDATE: Here's my Docker Desktop about page:

@liyasthomas commented on GitHub (Dec 12, 2020):
Seems like an issue with installing
raw-loader.Can you try deleting
node_modulesand runnpm ibeforedocker-compose.@olsonjeffery commented on GitHub (Dec 13, 2020):
I went to the root of my hoppscotch clone and there was no
node_modules, so I didnpm iand then brought it back up withdocker-compose up -d. No change :/