mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4753] [bug]: docker build [vite-plugin-pwa:build] Could not load virtual:vite-plugin-pages/generated-pages?id=virtual:generated-pages #1778
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#1778
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 @a-super-admin on GitHub (Feb 13, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4753
Is there an existing issue for this?
Current behavior
When I do
docker build -t myhoppscotch -f prod.Dockerfile .the build fails withgithub.com/hoppscotch/hoppscotch@35a471f120.Also, is this for the AIO version?
Steps to reproduce
docker build -t myhoppscotch -f prod.Dockerfile .Environment
Production
Version
Self-hosted
@yousefmarey12 commented on GitHub (Feb 14, 2025):
I am getting this error as well with a simple
pnpm devon for the FE.@chris-parker-za commented on GitHub (Feb 20, 2025):
Is there a branch that does indeed still build?
@chris-parker-za commented on GitHub (Feb 21, 2025):
Figured it out. You need a .env file in your project - copy the .env.example and rename it to .env - edit as needed. That solves this issue
@mvhatch commented on GitHub (Feb 24, 2025):
@chris-parker-za - thank you! you saved my life