Alex Vi

Results 32 comments of Alex Vi

Basically, I've told you to use `/app/storage` as mount because we've set read-only fs for the container. Okay, let me explain the folders you've asked `/app/storage/framework/views` - Cache for artisan...

In my projects and in my current work we have separate storage for logs (opensearch/loki). In the container, we just output everything at stdout and don't have separate persistent logs...

For a simple system, we can just ignore logging questions. And just set `LOG_CHANNEL=stderr`

See fix at 53a871a2de74f1136ab7279edf1c3f35a374f01b

>The error handling in the Cattr app is terrible. It should not be saying "Cattr is not found on this hostname" when it is a certificate error. I was digging...

You can find some info about desktop app logic here: https://community.cattr.app/public/d/28-login-failed-cattr-is-not-found-on-this-hostname/15

Windows 11, App 2.7.0 - can't reproduce. @jeff-alves you use *nix OS?

I've asked my teammates, that works on *nix. They confirm error on 2.7.0, but it seems, that with 3.0.0 it should be resolved.

Mostly, it looks like the app issue. As I understand desktop app - it logics looks like that: 1. Finish counting of the current interval 2. Try to send it...

Current main branch contains major changes incompatible with electron client < 3.0.0 version. So you should use any stable core release below 4.0.0 version to make it work.