home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1000469107

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1578#issuecomment-1000469107 https://api.github.com/repos/simonw/datasette/issues/1578 1000469107 IC_kwDOBm6k_c47ofJz 9599 2021-12-23T18:36:38Z 2021-12-23T18:36:38Z OWNER

This problem doesn't occur on my localhost running Uvicorn directly - but I'm seeing it in my production environment that runs Datasette behind an nginx proxy:

location / { proxy_pass http://127.0.0.1:8000/; proxy_set_header Host $host; }

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1087919372  
Powered by Datasette · Queries took 0.859ms · About: github-to-sqlite