mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4930] [bug]: cannot update desktop app from update prompt #1860
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#1860
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 @izu12ki on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4930
Is there an existing issue for this?
Current behavior
shows the error message below when trying to update the app to follow the update promp:
Failed to install update: Read-only file system (os error 30)the issue title might be 'shows update prompt on launch even though already on the latest app version' rather than 'cannot update desktop app from prompt' because it seems already updated.
Steps to reproduce
install UpdatebuttonLogs and Screenshots
Environment
Production
Hoppscotch Version
Local
Interceptor
Native - Desktop App
Browsers Affected
Not applicable (Desktop app)
Operating System
MacOS
Additional Information
@CuriousCorrelation commented on GitHub (Mar 24, 2025):
Hi, the latest version of the desktop app is currently v25.2.3-0.
The error you are seeing is definitely a bit ambiguous but I believe it is a fairly common MacOS issue where app updaters fail if the app isn't located in
Applicationsdirectory.Could you try and see if this issue gets resolved if you were to install the Desktop App into the
Applicationsdirectory so it could have necessary permissions to update the app?@izu12ki commented on GitHub (Mar 24, 2025):
@CuriousCorrelation
Yes, you're right.
The app in my dock was not located in Applications directory.
Launching the app from the Applications directory allowed the app to update.
I'm sorry & thank you for taking your time. It was a issue of my side.