Ryan Ovas
Ryan Ovas
Agreed. Docker volume mounts are fine when you're just putting stuff on your own servers but once you're using kube or production level stuff it's a hindrance
Having the same problem, I am also unable to load keyword ideas with a similar error and similar logs (just the post request)
also getting this error
@tcurdt it's in the admin section now, not tools. The rest of the instructions seem to be correct, I was just able to get hooked up. But there are a...
I don't know if this is relevant but I get this in my logs a lot for new records: ``` time="2024-05-22T17:24:25Z" level=debug msg="Creating domain record" data=ingress-domain.com. dnsName=test1111 domain=mydomain.com recordType=CNAME ttl=300...
Well, it goes away in incognito so I'm thinking it's cookie/local storage related. If it was a browser extension I would expect the behaviour in other tabs than just umami....
I am also experiencing this. It's not just the status variables, the isLoading state is reset and the loading icon will come back for a second time. It doesn't happen...
It seems to me there is a way to disable this behaviour according to the issue on botocore: https://github.com/boto/boto3/issues/4398#issuecomment-2619946229 Is it not possible for us to pass in some kind...
Environment variables are fine and dandy, but it seems like a limited solution to need to know about and set an env var in every place this might be running....
@martindurant I can confirm adding the environment variable fixes the problem. `export AWS_REQUEST_CHECKSUM_CALCULATION='WHEN_REQUIRED'`