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

ERR_CONNECTION_REFUSED #34

Open
codinglobster opened this issue Feb 28, 2020 · 0 comments
Open

ERR_CONNECTION_REFUSED #34

codinglobster opened this issue Feb 28, 2020 · 0 comments

Comments

@codinglobster
Copy link

codinglobster commented Feb 28, 2020

with the configuration down below, everything looks just fine,but when I visit http://localhost:3001/, I only got **ERR_CONNECTION_REFUSED**, can anyone told me how to debug with it, a lot of thanks.

chrome-headless
image

rendora
image

local react project
image

configuration

listen:
    address: 0.0.0.0
    port: 3001
cache:
    type: redis
    timeout: 6000
    redis:
        address: localhost:6379
target:
    url: "http://127.0.0.1:3000" 
backend:
    url: "http://127.0.0.1:3000"
headless:
    waitAfterDOMLoad: 0
    internal:
      url: http://localhost:9222
output:
    minify: true
filters:
    userAgent:
        defaultPolicy: blacklist
        exceptions:
            keywords:
                - bot
                - slurp
                - bing
                - crawler
    paths:
        defaultPolicy: whitelist
        exceptions:
            prefix:
             - /users/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant