adrenaline681
adrenaline681
This is an old issue but if someone needs to fix this in the future, the solution is to roll back to latest stable realease which is Reactotron v2.17.1
Any update? Its already been over 3 months since Django 5 got released and we still can't install django-cryptography properly
@shizunge Can you share your working config for grafana agent and for the cadvisor container? I'm also struggling because container names don't get published in my metrics.
> I started it via a docker compose file: > > ``` > version: '3.8' > services: > grafana-agent: > image: grafana/agent:latest > cap_add: > # SYS_TIME for node exporter...
I'm also using a SPA and I need to set my auth token on all subdomains .example.com instead of just on my backend domain api.example.com. Is there really no way...
> The last time I considered this feature it seemed to have created more problems since browsers behave very differently. I ended up running everything through the same domain and...
I created a pull request that fixes this issue, hopefully they accept it 🙏 https://github.com/iMerica/dj-rest-auth/pull/568
> I had the same problem, and I solved it by fixing the following dependency: > > ``` > django-allauth==0.50.0 > ``` > > This solution works with dj-rest-auth==4.0.1 Downgrading...
I agree, route.params should just be an empty object if no parameters have been passed
Is there any update for this PR? In the meantime what is the process of adding backups to S3 using CDK? I tried using this, but I get an error...