[GH-ISSUE #4261] [bug]: Tt.auth.getAllowedAuthProviders is not a function. #1543

Closed
opened 2026-03-16 20:47:10 +03:00 by kerem · 3 comments
Owner

Originally created by @jayeshanandani on GitHub (Aug 13, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4261

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

After generating desktop build for MAC, it shows following error when we click on login button.

TypeError: Tt.auth.getAllowedAuthProviders is not a function. (In 'Tt.auth.getAllowedAuthProviders()', 'Tt.auth.getAllowedAuthProviders' is undefined)

image

Steps to reproduce

  1. Generated build of desktop using npm run tauri build.
  2. Click on Login.

Environment

Release

Version

Self-hosted

Originally created by @jayeshanandani on GitHub (Aug 13, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4261 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior After generating desktop build for MAC, it shows following error when we click on login button. TypeError: Tt.auth.getAllowedAuthProviders is not a function. (In 'Tt.auth.getAllowedAuthProviders()', 'Tt.auth.getAllowedAuthProviders' is undefined) ![image](https://github.com/user-attachments/assets/1a92d0ff-645b-4be5-9590-61794fe39bc8) ### Steps to reproduce 1. Generated build of desktop using `npm run tauri build`. 2. Click on Login. ### Environment Release ### Version Self-hosted
kerem 2026-03-16 20:47:10 +03:00
Author
Owner

@shipko commented on GitHub (Aug 15, 2024):

Yes, it's a known bug. You need to implement your own method in desktop platform file (auth.ts)

<!-- gh-comment-id:2290377240 --> @shipko commented on GitHub (Aug 15, 2024): Yes, it's a known bug. You need to implement your own method in desktop platform file (auth.ts)
Author
Owner

@jayeshanandani commented on GitHub (Aug 28, 2024):

thanks @shipko, have added code.
Screenshot 2024-08-28 at 1 03 58 PM

<!-- gh-comment-id:2314549154 --> @jayeshanandani commented on GitHub (Aug 28, 2024): thanks @shipko, have added code. <img width="721" alt="Screenshot 2024-08-28 at 1 03 58 PM" src="https://github.com/user-attachments/assets/bd255b16-a13b-4084-9bc6-03feccecdaf1">
Author
Owner

@liyasthomas commented on GitHub (Mar 4, 2025):

Thanks for your patience and valuable feedback. We’ve fixed this bug in the latest release.
Download the latest builds and provide your valuable feedback.

Closing this ticket as this bug is now fixed in the recent version. Please feel free to reach out if you have any other concerns.

<!-- gh-comment-id:2696974120 --> @liyasthomas commented on GitHub (Mar 4, 2025): Thanks for your patience and valuable feedback. We’ve fixed this bug in the latest release. [Download the latest builds](https://hoppscotch.com/download) and provide your valuable feedback. Closing this ticket as this bug is now fixed in the recent version. Please feel free to reach out if you have any other concerns.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1543
No description provided.