Nik Tomazic

Results 9 comments of Nik Tomazic

> > I found a workaround for a similar issue in [#11897 (comment)](https://github.com/facebook/create-react-app/issues/11897#issuecomment-1007206461), does it resolve the problem for you? > > Not working for me. Same error : `(node:27)...

> Check out this tutorial https://www.youtube.com/watch?v=xtllpDEOw4w&t=913s . At some point he creates docker-compose.yml file which actully updates the container file when you make changes to a file in the code...

> Lowering maxLifetime below 10 minutes seems to work fine, but is a bit... unaesthetic... considering it was intended to be 30 minutes. I can confirm that lowering the maxLifetime...

I'm having the same issue. Anyone found a solution? @9mido Have you maybe figured anything out?

> > > > This error only occurs with dj-rest-auth version 3.0.0. I fixed downgraded to2.2.8. I suppose this response is referring to the JWT problem, correct @agent-Y? I tried...

> Yeah, I only passed access_token to dj_rest_auth endpoint and it worked, as there was nothing as id_token returned from the Google client library.. Interesting @iamrizwan077, I tried passing the...

Setting `supressHydrationWarning={true}` on `html` didn't work for me.

@ALASHI1 Thanks! The warnings regarding deprecated use of `allauth` settings bothered me way too much.

@ex8 Yeah, I ended up implementing my own OAuth2 flow and it seems to be working well.