mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1304] pwa is not working #429
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#429
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 @Tarrowren on GitHub (Oct 27, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1304
This is the browser on my personal computer. Chrome 86.0.4240.111

on my computer at work. Microsoft Edge 86.0.622.51

This computer used to have hoppscotch installed. I uninstalled the program, cleared the cache, and tried to reinstall, but had the same problem
@liyasthomas commented on GitHub (Oct 27, 2020):
Possible duplicate of #419
Refer: https://github.com/hoppscotch/hoppscotch/issues/419#issuecomment-564321997
Also How to install a PWA on Windows 10 using Microsoft Edge
@Tarrowren commented on GitHub (Oct 28, 2020):
I have cleaned everything, and tried with other computers, it still doesn't work.
@liyasthomas commented on GitHub (Oct 28, 2020):
Seems to be the issue is persisting. Reopening issue to track and fix. Thanks for letting me know.
@dgw commented on GitHub (Oct 28, 2020):
Inspecting the app manifest in Chrome's (86) dev tools shows a warning, Hoppscotch doesn't have a service worker. Apparently Chrome requires one, or it won't offer to install as a PWA.
@liyasthomas commented on GitHub (Oct 28, 2020):
This issue seems to be raised with disabling Workbox support in commit:
github.com/hoppscotch/hoppscotch@2ccd053b0a@liyasthomas commented on GitHub (Oct 28, 2020):
@dgw @Tarrowren can you confirm PWA is working in this deploy preview: https://deploy-preview-1306--hoppscotch.netlify.app
Just open the preview and see if you could install it as PWA.
I can confirm its working from my end on:
@dgw commented on GitHub (Oct 28, 2020):
@liyasthomas Yep, the install action is present in the deploy preview. Perhaps not super helpful vs. your own confirmation (I'm also testing with Chrome on Win10), but still!
@Tarrowren commented on GitHub (Oct 28, 2020):
Problem solved, thank you.