site
site copied to clipboard
A web and API server, powered by xtdb.com
We are using ECS and during deployments the load balancers are switched before site is functional. We suspect it is due to xtdb indexing. Would it be useful to check...
Site Commit Hash: a696e48c36e29e0225088e0c7de0358e1fa36a35 Executing the following: ```bash nmap -A -v -v localhost ``` on a Linux machine running site-server causes a null pointer exception. See the attached log file...
Following the Test drive I get the following when trying to get-token for the admin user ``` site > bin/site get-token -u admin site: Unix pass prefix: site/local/ site: Get...
Currently specifying a bad `content-type` results in a server error. We could do two things to improve the dev experience: - Return a `406 Not Acceptable` instead of a server...
Add a coerce option (or even more generalized transform option) in parameters passed to site endpoints so that they can be used as their proper type/shape from within the Datalog...
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing not a huge priority but would be useful for getting performance metrics and doesn't look difficult to implement
I'm getting the following error on some requests, it looks like pattern matching on the accept-content header throwing an exception: ``` Jun 1 01:41:49 ip-172-31-26-211 web: Extraneous input: {:matcher #object[java.util.regex.Matcher...