smartlook / smartlook-relay-proxy

Smartlook Relay Proxy ⚡️
https://smartlook.com
MIT License
6 stars 4 forks source link

502 Bad Gateway on recorder.js #286

Closed troyschneringer closed 2 weeks ago

troyschneringer commented 3 weeks ago

Describe the bug 502 Bad Gateway on /recorder.js even though other paths work

To Reproduce Steps to reproduce the behavior:

  1. Deploy Smartlook relay via docker image: smartlook/relay-proxy:latest
    docker run --name="smartlook-relay-proxy" \
    -p 8000:8000 \  # runs on port 8000 by default
    smartlook/relay-proxy:6
  2. Observe inconsistent respones:

Expected behavior A 200 response for all routes

Additional context Smartlook support directed me here suggesting that my nginx config is somehow incorrect. However, I am deploying the Smartlook Docker container with no changes so I don't expect that to be the issue.

troyschneringer commented 2 weeks ago

I verified that the latest commit (https://github.com/smartlook/smartlook-relay-proxy/commit/bd2b6b0e56d3ca52ce0375dae0c90cbd724bfcc4) fixes this issue. Can we get an updated version of the official container with the change?

samialdury commented 2 weeks ago

Hi @troyschneringer,

thank you for opening this issue. I've released v6.1.0, which includes the fix.

I'm closing this now, feel free to reopen if you encounter any other issues.