Ta Duy Duc
Ta Duy Duc
Hi @uwiger, Can you explain a bit how I can link all of the nodes together for the gproc_dist to work properly? Here's a screenshot, all nodes have linked together...
Hello, I understand the concept of the button, which allow you to replace the file, however it does not seem to work and does not have any implementation in the...
It seems like the domain has been stolen by someone. Would you verify and probably remote the link from the documentation? Thanks!
By include `app.use(flash())` , a cookie is set on client side even the middleware is not used to set any flash message. This will prevent caching efficiently.
When in read-only scenario. Which flash is not yet existed. running `req.flash('name')` will set `req.session.flash` to `{}` which will prevent caching. Solution: - Make sure `req.session.flash` is set only when...
This fix make sure that session.flash is only get assign when setting a flash. Session will not be set if using `req.flash('name')` just to get flash's data
It seems like tracker-proxy does not include `token_auth` and `cip` in bulk request . The `X-Forwarded-For` does not work with bulk requests on Matomo 5. For all bulk requests, the...