server
server copied to clipboard
The server component of LogUI, a framework-agnostic JavaScript library for logging user interactions on webpages.
Hello, I am trying to get the logui-server up and running, but I am running into an error when I run the command: `docker-compose -p logui build`. I am running...
Per a request by @hjpvandijk -- how can you incorporate database instances from a different instance of LogUI server? At the moment, there is no functionality to do this within...
When a session has been recorded but an end timestamp is not visible on LogUI, the log files [can not be downloaded. Interestingly, this is not always the case. I...
When trying to download the log file for a large flight (more than 300 sessions), the log file is cut off before the end of the file. On the server-side,...
Case in point: when we attempt to include `react-plotly.js` (which spits out huge output files!), and try and compress the JavaScript with `compressor.filters.jsmin.JSMinFilter` and `compressor.filters.jsmin.CalmjsFilter`, compression fails. When we remove...