logto-io / logto

🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
https://logto.io
Mozilla Public License 2.0
8.63k stars 438 forks source link

bug: Some official connectors do not work and are skipped #6590

Open family-cpa opened 1 month ago

family-cpa commented 1 month ago

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:

Context

Screenshots

output

wangsijie commented 1 week ago

Hi, could you please share the full docker compose file? It looks like you are customizing something by npm run cli connector add -- --official, normally you don't need this, you can find the recommended compose file here: https://docs.logto.io/docs/get-started/#local