home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 1058790545

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
1058790545 I_kwDOBm6k_c4_G9yR 1519 base_url is omitted in JSON and CSV views 157158 closed 0     22 2021-11-19T18:10:45Z 2021-12-01T17:50:09Z 2021-11-20T19:11:21Z NONE  

I have a datasette deployment, using Apache2 to reverse proxy:

   ProxyPass /ged http://thor.phfactor.net:8001
   ProxyPreserveHost On

In settings.json I have json { "base_url": "/ged/", "trace_debug": 1, "template_debug": 1 } and datasette works correctly. However, if you view a query and then click on the 'This data as json, CSV' both links omit the base_url prefix and are therefore 404.

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/1519/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 1 row from issues_id in issues_labels
  • 22 rows from issue in issue_comments
Powered by Datasette · Queries took 1.141ms · About: github-to-sqlite