Tobias Fors

Results 26 comments of Tobias Fors

Switching to vue-agile doesn't seem like a great choice right now considering the author says he will not continue work on it :(.. I think vueper is the closest to...

> Here is the solution: > > ``` > let LMap, LTileLayer, LMarker, LPopup, LIcon; > if (process.client) { > require("leaflet"); > ({ > LMap, > LTileLayer, > LMarker, >...

Can't get this to work either using Postman or NuxtJS. Getting the same error. Not sure what alternatives there are if one still wishes to keep Djoser.. any pointers? Did...

@haxoza I think this should be high priority. This means the most prominent frameworks as of right now cannot implement social auth (from my understanding it has to do with...

> same issue, no good answers from anyone on vercels discord, django discord, or reactiflux nextjs discord Just ditch djoser. I followed @mabdullahadeel advice and switched to dj-rest-auth even though...

I think the real request here is that we would love to see SSR support for Nuxt here, not just disabling it. These chunks of texts are really important to...

> Hi guys! > > I just deploy my first Nuxt app (SSR) on AWS Amplify using this config: > > ``` > version: 1 > frontend: > phases: >...

On 2.1.9 UID is still invalid & 2.11 didn't work. Downgrading to 2.1.5 worked for me.

Downgrading to 2.1.5 actually broke the dj-rest-auth/registration/resend-email/ for me.. This is messy :(

I am also wondering since this currently breaks the password reset confirmation. Can we please get a fix for this asap? Downgrading to 3.5 which indeed fixes it, instead breaks...