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

Cannot connect to locally running backend #5331

Closed
kiran-4444 opened this issue Feb 19, 2025 · 0 comments
Closed

Cannot connect to locally running backend #5331

kiran-4444 opened this issue Feb 19, 2025 · 0 comments

Comments

@kiran-4444
Copy link

I followed all the steps mentioned in the readme to set up both the front end and the back end locally. My backend is working fine, and I can access it through Postman. But the front end seems to be connecting to https://app.windmill.dev/. I'm not sure why.

I don't know what's the issuer here, but I suspect it's caddy. I don't know what caddy does but I had to change the file like this to make it work:

:80 {
    bind localhost

    # Uncomment these lines if you want to use them
    # reverse_proxy /ws/* http://lsp:3001
    # reverse_proxy /ws_mp/* http://multiplayer:3002
    # reverse_proxy /api/srch/* http://windmill_indexer:8001

    # This is your main reverse proxy
    reverse_proxy /* http://localhost:8000

    # Uncomment for TLS if you have certificates
    # tls /certs/cert.pem /certs/key.pem
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant