mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4949] [bug]: Desktop App login stop working after upgrade #1867
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#1867
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 @John-jk on GitHub (Mar 31, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4949
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Current behavior
After updating the client and server to version 2025.3.0, authorization in the desktop app stopped working.
The server response returns an error: 400 Bad Request
Steps to reproduce
Logs and Screenshots
Environment
Production
Hoppscotch Version
Self-hosted
Interceptor
Native - Desktop App
Browsers Affected
No response
Operating System
None
Additional Information
No response
@LordSimal commented on GitHub (Apr 5, 2025):
I can confirm, that the changes from the linked PR resolve this issue. With these changes, its possible to login to a self-hosted instance via the desktop app again.
@pankajmyt commented on GitHub (Apr 8, 2025):
any eta on its release?
@LordSimal commented on GitHub (Apr 8, 2025):
just manually adjust those few lines in the meantime and rebuild.
@CuriousCorrelation commented on GitHub (Apr 11, 2025):
Hello! Closing this issue as resolved - the problem was related to auth requests not specifying headers explicitly, which became necessary after changes to header handling in the platform code. The fix has been implemented in PR #4951 and released in version
v2025.3.1.Important note: Both the desktop app AND your self-hosted instance need to be updated to version
v2025.3.1or newer for the fix to work properly.For more detailed troubleshooting steps if you're still experiencing issues, please see the discussion in the related issue #4922.
Thanks for reporting and thanks @LordSimal for testing this fix!