Ali Mehasin

Results 12 comments of Ali Mehasin

@balazsorban44, would take a look at [this repo](https://github.com/alimehasin/next13-build-issue-temp) to reproduce

Hello @cyzanfar, I also wanted to customize user object returned after successful login I was able to do so by creating a middleware, please checkout this issue #223 It also...

@NPGiorgi much much better solution than mine, but do you think it is better if we extends the dj_rest_auth.serializers.UserDetailsSerializer instead of serializers.ModelSerializer

> Unable to close the page after the printing dialog is closed (I haven't found any way to know if the dialog still open) It turns out that there is...

Hello @rizwan92, the `afterprint` event won't fix these issues, it will only fix one problem which is > Unable to close the page after the printing dialog is closed (I...

How about configure the PrismaClient when insatiate it and pass joi objects, each object will represent a model, PrismaClient will run the validation and either thrown an error if validation...

>I found that the Microsoft WebView2 is implementing a native way of printing as well https://github.com/MicrosoftEdge/WebView2Feedback/issues/1331 with silent print supported on experimental now. Well, this is now stable

Yes @mucahidyazar you are right the problem occur on my side, on this [repo](https://github.com/alimehasin/next13-build-issue-temp), I think we need to reopen the issue

> I'm no longer able to reproduce the issue (using https://github.com/didomenicom/next-13-build-error), I think it was fixed already in latest canary. @shuding the problem remains even if we upgrade to the...

@kingsky32 thanks for your answer, I think this is a good workaround