mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #2038] [bug]: page style not correct when serve dist of yarn generate #664
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#664
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 @liudonghua123 on GitHub (Dec 23, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2038
Is there an existing issue for this?
Current behavior
I just clone the latest code, following the guidence, then execute
yarn generateandserve packages\hoppscotch-app\dist, open browser to navigate http://localhost:3000/.If I checkout v2.1.0, then the styles are ok.
Steps to reproduce
Environment
Production
Version
Local
@liyasthomas commented on GitHub (Dec 23, 2021):
Seems like only the sidebar component is broken - not the pages. Can you check if this happens in other browsers (Chrome, Firefox) as well?
cc: @AndrewBastin can you see if this issue persists on Edge's latest version?
@liyasthomas commented on GitHub (Dec 23, 2021):
@liudonghua123, we tried reproducing the issue but
yarn generateproduced dist folder was working as expected. I suggest you delete the currentdistfolder and re-runpnpm run buildfrom the root folder. And see if the issue persists or not.@liudonghua123 commented on GitHub (Dec 27, 2021):
@liyasthomas Thanks, I tried to remove all the
node_modules,/.pnpm-store,packages/hoppscotch-app/distand triedpnpm install/pnpm run generateagain, it seemed ok now. Maybe the files in my node_modules are corrupted.