Tobias Reich

Results 62 comments of Tobias Reich

Context? Details? Nobody will be able to help you when you just post a random error.

Thanks for the suggestion! It might be possible to extend the permanent tokens with some settings to only share data for a selected domain. We then could allow the creation...

This could have to do something with Vercel / serverless functions and the way Ackee generates the salt. A new one will be generated on every function invocation and the...

Can confirm the issue. It doesn't seem to be a Vercel / serverless function only issue. Will take a closer look at it on the weekend. Help is welcome!

Looks like we missed an important detail in the [mongoose upgrade guide](https://mongoosejs.com/docs/migrating_to_6.html#removed-omitundefined) when we updated mongoose (#291). The unique visitor count and anonymisation is broken* since 3.2.0. I've pushed a...

@mathe42 That could work. It just feels a bit weird to use ACKEE_USERNAME for that, but the salt is never exposed, so it shouldn't be a security issue. Maybe it's...

Fixed in v3.3.1 (for non serverless environments).

Have you updated to the latest version? Maybe the JS of the last version is still cached in the browser causing wrong requests to the API.

Found the problem. Ackee passes the URL to `mongoose.connect` so it theoretically supports this type of URL, but there's a `stripUrlAuth` function that removes the username and password from the...

We already had support for `ref`, but I've removed it: https://github.com/electerious/Ackee/issues/169#issuecomment-753495016 The problem was that it's overwriting the referrer, but I agree that supporting `ref` is a good idea. Especially...