home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 974477465

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/1519#issuecomment-974477465 https://api.github.com/repos/simonw/datasette/issues/1519 974477465 IC_kwDOBm6k_c46FViZ 9599 2021-11-19T21:15:30Z 2021-11-19T21:15:30Z OWNER

I think what's happening here is Apache is actually making a request to /fixtures rather than making a request to /prefix/fixtures - and Datasette is replying to requests on both the prefixed and the non-prefixed paths.

This is pretty confusing! I think Datasette should ONLY reply to /prefix/fixtures instead and return a 404 for /fixtures - this would make things a whole lot easier to debug.

But shipping that change could break existing deployments. Maybe that should be a breaking change for 1.0.

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