------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4933/
------------------------------------------------------------------------------
New update by kofemann
For Beanbag, Inc. > Review Board > Ticket #4933
Reply:
This is what I see on the console:
```
[2021-07-07 14:25:03 +0000] [61] [DEBUG] GET
/static/djblets/js/datagrid.min.c3b715397200.js
WARNING:django.request:Not Found:
/static/djblets/js/datagrid.min.c3b715397200.js
```
However the file exists:
```
root@rb-pod:/# ls -l
/site/htdocs/static/djblets/js/datagrid.min.c3b715397200.js
-rw-r--r--. 1 root root 9281 Jun 29 08:49
/site/htdocs/static/djblets/js/datagrid.min.c3b715397200.js
root@rb-pod:/#
```
Moreover, the direct get from the container returs an error:
```
root@rb-pod:/# curl -v
localhost:8080/static/djblets/js/datagrid.min.c3b715397200.js
* Trying ::1:8080...
* TCP_NODELAY set
* connect to ::1 port 8080 failed: Connection refused
* Trying 127.0.0.1:8080...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 8080 (#0)
> GET /static/djblets/js/datagrid.min.c3b715397200.js HTTP/1.1
> Host: localhost:8080
> User-Agent: curl/7.68.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 400 Bad Request
< Server: gunicorn
< Date: Wed, 07 Jul 2021 14:29:39 GMT
< Connection: keep-alive
< Content-Type: text/html
< Vary: Accept-Language
< Content-Language: en
< ETag: "571e88fb6da35fec3989eca6b40f5e20"
< Content-Length: 26
< X-Frame-Options: SAMEORIGIN
<
* Connection #0 to host localhost left intact
<h1>Bad Request (400)</h1>root@rb-pod:/#
```
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/reviewboard-issues/20210707142954.2032.91088%40ip-10-1-54-209.ec2.internal.