You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: