Skip to content

Not able to complete OAuth2 connection with Google Search Console: "Mint.TransportError" #3020

Discussion options

You must be logged in to vote

I'm not sure what the real issue was. I was able to complete Google search Console integration after I added dns: 8.8.8.8 to docker-compose.yml:

  plausible:
    image: plausible/analytics
    restart: always
    command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
    depends_on:
      - plausible_db
      - plausible_events_db
      - mail
    ports:
     - 8000:8000
    **dns:
      - 8.8.8.8**
    networks:
      - plausible
      - caddy
    env_file:
      - plausible-conf.env

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ruslandoga
Comment options

Answer selected by sergk8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants