mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #2369] [bug]: PWA Cache #810
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#810
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 (May 27, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2369
Is there an existing issue for this?
Current behavior
First of all, I appreciate the developer's work, the website features are updated very fast. However, the page does not display properly after each update, I need to manually clear the browser cache and then refresh the page (every time I lose the configuration and history data :(
I took a brief look and found that some js files were not cached:
Steps to reproduce
Environment
Production
Version
Cloud
@AndrewBastin commented on GitHub (May 27, 2022):
@Tarrowren thank you for your kind words 😊
But, I am a bit confused, I am not able to reproduce this and moreover, during an update of course a lot of the JS files will be invalidated, but the browser should be cleanly able to fetch in the new version and load it in. Are you offline or have some difficulties like that ?
Which browser are you using specifically ? Do you have any security features enabled which maybe of concern ?
@Tarrowren commented on GitHub (May 27, 2022):
using online, chrome browser, and have hardly changed any security configuration
Does the cache require workbox.js to work properly? I currently can't access cdn.jsdelivr.net
@AndrewBastin commented on GitHub (May 31, 2022):
@Tarrowren Yes, we use workbox for it and that needs to be accessible, I will keep the issue open for potential solutions and ways to get around that.