Y, that's what I'm doing. ProxyPreserveHost On ProxyPass /datasette http://x.y.z.q:xxxx ProxyPassReverse /datasette http://x.y.z.q:xxxx
I start datasette with this: --config base_url:/datasette/ I _think_ this is a bug in datasette because full sql queries work: https://corpora.tika.apache.org/datasette/corpora-metadata?sql=select+mime_string%2C+count%281%29+as+cnt%0D%0Afrom+profiles+p%0D%0Ajoin+mimes+m+on+p.mime_id%3Dm.mime_id%0D%0Agroup+by+mime_string%0D%0Aorder+by+cnt+desc What doesn't work is what Maruan pointed out: adding a criterion and then pressing "apply". Given that full sql queries seem to work, let's leave this up as is to show the datasette team what's going wrong? On Wed, Jun 24, 2020 at 7:40 AM Nick Burch <apa...@gagravarr.org> wrote: > On Wed, 24 Jun 2020, Tim Allison wrote: > > Thank you, Maruan! > > > > I’ll open a ticket w datasette. > > Would a ProxyPassReverse work for this? > > Nick