[GH-ISSUE #3528] [bug]: Google login issue (ERROR [ExceptionsHandler] "expiresIn") #1201

Closed
opened 2026-03-16 19:09:56 +03:00 by kerem · 16 comments
Owner

Originally created by @J0Pstr on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3528

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

I'm trying to login with my Google account and the following error 500 occurs when requesting the backend callback URL:

> hoppscotch-backend@2023.8.3-1 start:prod /usr/src/app
> node dist/main

Running in production: true
Port: 3170
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [NestFactory] Starting Nest application...
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] PubSubModule dependencies initialized +56ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] PrismaModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] MailerModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] PassportModule dependencies initialized +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] ThrottlerModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] MailerCoreModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] MailerModule dependencies initialized +4ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] AppModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] UserModule dependencies initialized +7ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] UserSettingsModule dependencies initialized +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] UserEnvironmentsModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] UserHistoryModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] UserCollectionModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] GraphQLSchemaBuilderModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] TeamEnvironmentsModule dependencies initialized +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] TeamCollectionModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] UserRequestModule dependencies initialized +5ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] TeamModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] ShortcodeModule dependencies initialized +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] TeamInvitationModule dependencies initialized +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] TeamRequestModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] AuthModule dependencies initialized +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] GraphQLModule dependencies initialized +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [InstanceLoader] AdminModule dependencies initialized +0ms
Thu, 09 Nov 2023 17:11:58 GMT express-session deprecated undefined resave option; provide resave option at dist/main.js:16:13
Thu, 09 Nov 2023 17:11:58 GMT express-session deprecated undefined saveUninitialized option; provide saveUninitialized option at dist/main.js:16:13
Enabling CORS with production settings
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RoutesResolver] AppController {/ping}: +19ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/ping, GET} route +3ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RoutesResolver] AuthController {/auth} (version: 1): +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/signin, POST} (version: 1) route +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/verify, POST} (version: 1) route +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/refresh, GET} (version: 1) route +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/google, GET} (version: 1) route +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/google/callback, GET} (version: 1) route +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/github, GET} (version: 1) route +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/github/callback, GET} (version: 1) route +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/microsoft, GET} (version: 1) route +0ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/microsoft/callback, GET} (version: 1) route +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/logout, GET} (version: 1) route +1ms
[Nest] 19  - 11/09/2023, 5:11:58 PM     LOG [RouterExplorer] Mapped {/auth/verify/admin, GET} (version: 1) route +0ms
Initialize PubSub
[Nest] 19  - 11/09/2023, 5:11:59 PM     LOG [GraphQLModule] Mapped {/graphql, POST} route +477ms
[Nest] 19  - 11/09/2023, 5:11:59 PM     LOG [NestApplication] Nest application successfully started +4ms
Query Complexity: 3
Query Complexity: 17
Query Complexity: 7
Query Complexity: 4
Query Complexity: 3
[Nest] 19  - 11/09/2023, 5:15:09 PM   ERROR [ExceptionsHandler] "expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60
Error: "expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60
    at module.exports [as sign] (/usr/src/app/node_modules/.pnpm/jsonwebtoken@9.0.0/node_modules/jsonwebtoken/sign.js:207:22)
    at JwtService.sign (/usr/src/app/node_modules/.pnpm/@nestjs+jwt@10.1.1_@nestjs+common@10.2.7/node_modules/@nestjs/jwt/dist/jwt.service.js:35:20)
    at AuthService.generateAuthTokens (/usr/src/app/dist/auth/auth.service.js:92:49)
    at async AuthController.googleAuthRedirect (/usr/src/app/dist/auth/auth.controller.js:58:28)
    at async /usr/src/app/node_modules/.pnpm/@nestjs+core@10.2.7_@nestjs+common@10.2.7_@nestjs+platform-express@10.2.7_reflect-metadata@0.1.13_rxjs@7.8.1/node_modules/@nestjs/core/router/router-execution-context.js:46:28
    at async /usr/src/app/node_modules/.pnpm/@nestjs+core@10.2.7_@nestjs+common@10.2.7_@nestjs+platform-express@10.2.7_reflect-metadata@0.1.13_rxjs@7.8.1/node_modules/@nestjs/core/router/router-proxy.js:9:17

Steps to reproduce

Tried with the following backend images (in each case frontend/admin images were set accordingly):

  • hoppscotch/hoppscotch-backend:2023.8.0
  • hoppscotch/hoppscotch-backend:2023.8.1
  • hoppscotch/hoppscotch-backend:2023.8.2
  • hoppscotch/hoppscotch-backend:2023.8.3 (latest)
  • my-repository/hoppscotch-backend:latest (build from main)

I'm using a PostgreSQL v13 regarding this issue #3378 on a GKE integration.

Environment

Production

Version

Self-hosted

Originally created by @J0Pstr on GitHub (Nov 9, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3528 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I'm trying to login with my Google account and the following error 500 occurs when requesting the backend callback URL: ``` > hoppscotch-backend@2023.8.3-1 start:prod /usr/src/app > node dist/main Running in production: true Port: 3170 [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [NestFactory] Starting Nest application... [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] PubSubModule dependencies initialized +56ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] PrismaModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] MailerModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] PassportModule dependencies initialized +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] ThrottlerModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] JwtModule dependencies initialized +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] MailerCoreModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] MailerModule dependencies initialized +4ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] AppModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] UserModule dependencies initialized +7ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] UserSettingsModule dependencies initialized +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] UserEnvironmentsModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] UserHistoryModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] UserCollectionModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] GraphQLSchemaBuilderModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] TeamEnvironmentsModule dependencies initialized +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] TeamCollectionModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] UserRequestModule dependencies initialized +5ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] TeamModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] ShortcodeModule dependencies initialized +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] TeamInvitationModule dependencies initialized +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] TeamRequestModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] AuthModule dependencies initialized +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] GraphQLModule dependencies initialized +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [InstanceLoader] AdminModule dependencies initialized +0ms Thu, 09 Nov 2023 17:11:58 GMT express-session deprecated undefined resave option; provide resave option at dist/main.js:16:13 Thu, 09 Nov 2023 17:11:58 GMT express-session deprecated undefined saveUninitialized option; provide saveUninitialized option at dist/main.js:16:13 Enabling CORS with production settings [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RoutesResolver] AppController {/ping}: +19ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/ping, GET} route +3ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RoutesResolver] AuthController {/auth} (version: 1): +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/signin, POST} (version: 1) route +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/verify, POST} (version: 1) route +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/refresh, GET} (version: 1) route +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/google, GET} (version: 1) route +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/google/callback, GET} (version: 1) route +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/github, GET} (version: 1) route +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/github/callback, GET} (version: 1) route +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/microsoft, GET} (version: 1) route +0ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/microsoft/callback, GET} (version: 1) route +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/logout, GET} (version: 1) route +1ms [Nest] 19 - 11/09/2023, 5:11:58 PM LOG [RouterExplorer] Mapped {/auth/verify/admin, GET} (version: 1) route +0ms Initialize PubSub [Nest] 19 - 11/09/2023, 5:11:59 PM LOG [GraphQLModule] Mapped {/graphql, POST} route +477ms [Nest] 19 - 11/09/2023, 5:11:59 PM LOG [NestApplication] Nest application successfully started +4ms Query Complexity: 3 Query Complexity: 17 Query Complexity: 7 Query Complexity: 4 Query Complexity: 3 [Nest] 19 - 11/09/2023, 5:15:09 PM ERROR [ExceptionsHandler] "expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60 Error: "expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60 at module.exports [as sign] (/usr/src/app/node_modules/.pnpm/jsonwebtoken@9.0.0/node_modules/jsonwebtoken/sign.js:207:22) at JwtService.sign (/usr/src/app/node_modules/.pnpm/@nestjs+jwt@10.1.1_@nestjs+common@10.2.7/node_modules/@nestjs/jwt/dist/jwt.service.js:35:20) at AuthService.generateAuthTokens (/usr/src/app/dist/auth/auth.service.js:92:49) at async AuthController.googleAuthRedirect (/usr/src/app/dist/auth/auth.controller.js:58:28) at async /usr/src/app/node_modules/.pnpm/@nestjs+core@10.2.7_@nestjs+common@10.2.7_@nestjs+platform-express@10.2.7_reflect-metadata@0.1.13_rxjs@7.8.1/node_modules/@nestjs/core/router/router-execution-context.js:46:28 at async /usr/src/app/node_modules/.pnpm/@nestjs+core@10.2.7_@nestjs+common@10.2.7_@nestjs+platform-express@10.2.7_reflect-metadata@0.1.13_rxjs@7.8.1/node_modules/@nestjs/core/router/router-proxy.js:9:17 ``` ### Steps to reproduce Tried with the following backend images (in each case frontend/admin images were set accordingly): - hoppscotch/hoppscotch-backend:2023.8.0 ❌ - hoppscotch/hoppscotch-backend:2023.8.1 ❌ - hoppscotch/hoppscotch-backend:2023.8.2 ❌ - hoppscotch/hoppscotch-backend:2023.8.3 (latest) ❌ - my-repository/hoppscotch-backend:latest (build from main) ❌ I'm using a PostgreSQL v13 regarding this issue #3378 on a GKE integration. ### Environment Production ### Version Self-hosted
kerem 2026-03-16 19:09:56 +03:00
Author
Owner

@aduarterengifo commented on GitHub (Jan 15, 2024):

running into the same issue self-hosting with

ENABLE_SUBPATH_BASED_ACCESS=true

<!-- gh-comment-id:1891131207 --> @aduarterengifo commented on GitHub (Jan 15, 2024): running into the same issue self-hosting with ```ENABLE_SUBPATH_BASED_ACCESS=true```
Author
Owner

@aduarterengifo commented on GitHub (Jan 15, 2024):

Actually is a problem in the env file.

REFRESH_TOKEN_VALIDITY=604800000 # Default validity is 7 days (604800000 ms) in ms

the comment is not being ignored.

<!-- gh-comment-id:1891224746 --> @aduarterengifo commented on GitHub (Jan 15, 2024): Actually is a problem in the env file. ``` REFRESH_TOKEN_VALIDITY=604800000 # Default validity is 7 days (604800000 ms) in ms ``` the comment is not being ignored.
Author
Owner

@liyasthomas commented on GitHub (Jan 15, 2024):

@balub can you verify the comments in .env are ignored?

<!-- gh-comment-id:1891459641 --> @liyasthomas commented on GitHub (Jan 15, 2024): @balub can you verify the comments in .env are ignored?
Author
Owner

@senyalefoka commented on GitHub (Feb 26, 2025):

@liyasthomas, @J0Pstr I always get this error when I try to do database migration , container is always restarting

<!-- gh-comment-id:2684751795 --> @senyalefoka commented on GitHub (Feb 26, 2025): @liyasthomas, @J0Pstr I always get this error when I try to do database migration , container is always restarting
Author
Owner

@mirarifhasan commented on GitHub (Feb 26, 2025):

@senyalefoka Eliminating the comment section from the environment will solve the problem. Use it as follows:

REFRESH_TOKEN_VALIDITY=604800000
<!-- gh-comment-id:2684844323 --> @mirarifhasan commented on GitHub (Feb 26, 2025): @senyalefoka Eliminating the comment section from the environment will solve the problem. Use it as follows: ``` REFRESH_TOKEN_VALIDITY=604800000 ```
Author
Owner

@senyalefoka commented on GitHub (Feb 26, 2025):

@liyasthomas and @J0Pstr after I did google oAuth I struggle to login, I get this error Error 400: invalid_scope
Request details: flowName=GeneralOAuthFlow

<!-- gh-comment-id:2686246239 --> @senyalefoka commented on GitHub (Feb 26, 2025): @liyasthomas and @J0Pstr after I did google oAuth I struggle to login, I get this error Error 400: invalid_scope Request details: flowName=GeneralOAuthFlow
Author
Owner

@mirarifhasan commented on GitHub (Feb 27, 2025):

@senyalefoka Please ensure that you have entered the client ID and client secrets correctly. Additionally, verify that the scope you configured in Hoppscotch is enabled in GCP as well.

<!-- gh-comment-id:2686819489 --> @mirarifhasan commented on GitHub (Feb 27, 2025): @senyalefoka Please ensure that you have entered the client ID and client secrets correctly. Additionally, verify that the scope you configured in Hoppscotch is enabled in GCP as well.
Author
Owner

@senyalefoka commented on GitHub (Feb 27, 2025):

@liyasthomas and @mirarifhasan now I am here "This is your new Cloud Endpoint!
This is the default response. To customize it, log in to the ngrok dashboard and update your traffic policy.

To put your app online, run the following with the ngrok agent:

ngrok http 80 --url https://default.internal" Because I used ngrok for google oAuth, so I would like to know where I made mistake to end up here

Image

<!-- gh-comment-id:2687864793 --> @senyalefoka commented on GitHub (Feb 27, 2025): @liyasthomas and @mirarifhasan now I am here "This is your new Cloud Endpoint! This is the default response. To customize it, log in to the ngrok dashboard and update your traffic policy. To put your app online, run the following with the ngrok agent: ngrok http 80 --url https://default.internal" Because I used ngrok for google oAuth, so I would like to know where I made mistake to end up here ![Image](https://github.com/user-attachments/assets/23bf3e6a-c151-4c74-bc3f-38bcbe4906ff)
Author
Owner

@senyalefoka commented on GitHub (Mar 3, 2025):

@mirarifhasan , @liyasthomas @aduarterengifo is hoppscotch comply with Google validation rules?

You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure.

You can let the app developer know that this app doesn't comply with one or more Google validation rules.
Learn more about this error
If you are a developer of Matlou, see error details.
Error 400: invalid_request

<!-- gh-comment-id:2694319896 --> @senyalefoka commented on GitHub (Mar 3, 2025): @mirarifhasan , @liyasthomas @aduarterengifo is hoppscotch comply with Google validation rules? You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure. You can let the app developer know that this app doesn't comply with one or more Google validation rules. [Learn more about this error](https://developers.google.com/identity/protocols/oauth2/policies#secure-response-handling) If you are a developer of Matlou, see [error details](https://accounts.google.com/). Error 400: invalid_request
Author
Owner

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

Hi @senyalefoka, could you please share a screenshot of the error you’re encountering? It appears there might be a problem with your Google OAuth app setup. Have you considered searching Stack Overflow for assistance for this error?

<!-- gh-comment-id:2694332339 --> @liyasthomas commented on GitHub (Mar 3, 2025): Hi @senyalefoka, could you please share a screenshot of the error you’re encountering? It appears there might be a problem with your Google OAuth app setup. Have you considered searching Stack Overflow for assistance for [this error](https://stackoverflow.com/questions/16633297/google-drive-oauth-2-flow-giving-invalid-scope-error)?
Author
Owner

@senyalefoka commented on GitHub (Mar 3, 2025):

@liyasthomas yes I did search and nothing is working, can you help Here is code for google auth

Github Auth Config

GITHUB_CLIENT_ID=Iv23limxKvMR7L-----
GITHUB_CLIENT_SECRET=2ab6a90bf906f94bb++++++++
GITHUB_CALLBACK_URL=http://172.29.59.+++5:3170/v1/auth/github/callback
GITHUB_SCOPE=email

<!-- gh-comment-id:2694389660 --> @senyalefoka commented on GitHub (Mar 3, 2025): @liyasthomas yes I did search and nothing is working, can you help Here is code for google auth # Github Auth Config GITHUB_CLIENT_ID=Iv23limxKvMR7L----- GITHUB_CLIENT_SECRET=2ab6a90bf906f94bb++++++++ GITHUB_CALLBACK_URL=http://172.29.59.+++5:3170/v1/auth/github/callback GITHUB_SCOPE=email
Author
Owner

@senyalefoka commented on GitHub (Mar 3, 2025):

@liyasthomas I want to host hoppscotch on IP adddress

<!-- gh-comment-id:2694391283 --> @senyalefoka commented on GitHub (Mar 3, 2025): @liyasthomas I want to host hoppscotch on IP adddress
Author
Owner

@senyalefoka commented on GitHub (Mar 3, 2025):

@J0Pstr , @liyasthomas , @mirarifhasan @aduarterengifo this is the error

Image

<!-- gh-comment-id:2694432580 --> @senyalefoka commented on GitHub (Mar 3, 2025): @J0Pstr , @liyasthomas , @mirarifhasan @aduarterengifo this is the error ![Image](https://github.com/user-attachments/assets/3f448445-592f-4506-b30a-749359ccc1f5)
Author
Owner

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

@senyalefoka I believe you should use HTTPS for the callback URL. Have you given that a try?

Also are you having trouble with GitHub OAuth app or Google OAuth app?

<!-- gh-comment-id:2694445169 --> @liyasthomas commented on GitHub (Mar 3, 2025): @senyalefoka I believe you should use HTTPS for the callback URL. Have you given that a try? Also are you having trouble with GitHub OAuth app or Google OAuth app?
Author
Owner

@senyalefoka commented on GitHub (Mar 3, 2025):

@liyasthomas , @J0Pstr , @mirarifhasan , @aduarterengifo I used this

Image

<!-- gh-comment-id:2694482415 --> @senyalefoka commented on GitHub (Mar 3, 2025): @liyasthomas , @J0Pstr , @mirarifhasan , @aduarterengifo I used this ![Image](https://github.com/user-attachments/assets/fafaea07-cd9c-46c7-a686-77da535c5e0e)
Author
Owner

@senyalefoka commented on GitHub (Mar 3, 2025):

@liyasthomas , @J0Pstr , @mirarifhasan and @aduarterengifo can I get assitance guys?

<!-- gh-comment-id:2694611805 --> @senyalefoka commented on GitHub (Mar 3, 2025): @liyasthomas , @J0Pstr , @mirarifhasan and @aduarterengifo can I get assitance guys?
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#1201
No description provided.