mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #4348] [bug]: Desktop app launch after build stuck on perpetual loading spinner #1583
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#1583
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 @pab-hue on GitHub (Sep 14, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4348
Is there an existing issue for this?
Current behavior
I’m trying to get a local patch running for our company’s internal integration workflow.
After running
pnpm tauri build, the build process succeeds and creates several artifacts inhoppscotch-selfhost-desktop\src-tauri\target\release\bundle. Installing the.msicreates a shortcut on the desktop. Launching the app shows a blank window first, then it moves to the center of the screen and displays a loading spinner. The process gets stuck at this point, with the spinner continuing indefinitely.OS: Win 11, Deb 12.0, Ubuntu 24.04
Same thing happens on Linux variants too.
Steps to reproduce
Clone the repo
Go to the project dir:
packages\hoppscotch-selfhost-desktopBuild the application:
pnpm tauri buildLocate the build in
hoppscotch-selfhost-desktop\src-tauri\target\release\bundleInstall the '.msi' or '.deb' file
Launch the application using the created desktop shortcut
Observe the perpetual loading spinner
Environment
Production
Version
Local
@cometw commented on GitHub (Sep 18, 2024):
@CuriousCorrelation Thank you so much for your help with #4352 issue. I hope you don't mind me reaching out again, but I've also encountered this same problem. Would you be able to offer any insights on this issue as well?
@CuriousCorrelation commented on GitHub (Sep 20, 2024):
Hi @cometw https://github.com/hoppscotch/hoppscotch/pull/4365 should fix this!
@pab-hue commented on GitHub (Sep 20, 2024):
@CuriousCorrelation thx, checkout branch works for me