-
-
Notifications
You must be signed in to change notification settings - Fork 443
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: Some official connectors do not work and are skipped #6590
Comments
Hi, could you please share the full docker compose file? It looks like you are customizing something by |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
We have this same problem and i believe its being talked about in this discord as well: https://discord.com/channels/965845662535147551/1299720777154822214
However they are in the folder.... |
Describe the bug
Some official connectors do not work and are skipped
Expected behavior
How to reproduce?
docker-compose.yml
logto:
image: svhd/logto:1.20.0
container_name: logto
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm run cli connector add -- --official && npm start"]
restart: unless-stopped
ports:
- 3001:3001
- 3002:3002
environment:
- TRUST_PROXY_HEADER=1
- DB_URL=...
Context
Screenshots
The text was updated successfully, but these errors were encountered: