Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: app builder auto configure endpoints to 443 from non- 443 port #6762

Open
4 tasks
lmy138 opened this issue Nov 4, 2024 · 3 comments
Open
4 tasks

bug: app builder auto configure endpoints to 443 from non- 443 port #6762

lmy138 opened this issue Nov 4, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@lmy138
Copy link

lmy138 commented Nov 4, 2024

Describe the bug

zamccjje eb2
There is no choice to change that .

Expected behavior

How to reproduce?

Context

  • Logto Cloud
  • Self-hosted, Logto version =
    • Container (Docker image)
    • Raw Node.js

Screenshots

@lmy138 lmy138 added the bug Something isn't working label Nov 4, 2024
@darcyYe
Copy link
Contributor

darcyYe commented Nov 7, 2024

We do not provide the ability to modify endpoints in the console. If you want to customize the endpoint and port, you can define ENDPOINT and PORT in the environment variables.

@darcyYe darcyYe removed the bug Something isn't working label Nov 7, 2024
@lmy138
Copy link
Author

lmy138 commented Nov 12, 2024

@darcyYe thanks for answer . But I HAVE defined the ENDPOINT and PORT before. However that's maybe not the right environment variables.

environment:
- 'TRUST_PROXY_HEADER=1'
- 'HOST=0.0.0.0'
- 'PORT=3211' #and I use nginx proxy it to port 193
- 'ADMIN_PORT=3212'
- 'DB_URL=postgresql://postgres:uWNZugjBqixf8dxC@postgresql:5432/logto'
- 'ENDPOINT=https://logto.example.com:193'
# - 'ADMIN_ENDPOINT=https://logto-admin.example.com:193'
# - 'NODE_ENV=production'

@nszhsl
Copy link

nszhsl commented Nov 13, 2024

the same problem, the port of auth endpoint, token endpoint and userinfo endpoint are all been set to incorrect value, wchich should be same as nginx's reverse point

@linear linear bot added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants