mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3599] [bug]: Desktop AppImage for Linux crashes due to an error in Tauri #1244
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#1244
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 @GetPsyched on GitHub (Nov 28, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3599
Is there an existing issue for this?
Current behavior
When I run the AppImage for Linux, I'm met with the following error:
This happens due to the desktop app being pinned to
tauri-utilsv1.4.0. After finding this issue in Tauri's repo, I digged further to find that this bug has been resolved intauri-utilsv1.5.0 and it should be fixed in Hoppscotch desktop simply by updating the dependency's version.Steps to reproduce
Environment
Production
Version
Local
@GetPsyched commented on GitHub (Nov 28, 2023):
This commit seems to be the one fixing this issue:
github.com/tauri-apps/tauri@c68fbfcb2d@GetPsyched commented on GitHub (Jan 8, 2024):
This seems to have been fixed magically in the latest release.