Nicolas
Nicolas
Hi Florrr, I suggest that I cancel my PR and you submit your PR with your suggestions. This one was done rather quick&dirty, and breaks backwards compatibility (the errors), while...
I don't know why the travis build fails, but running this in production for 16 days now and it works like a charm!
Do you plan to implement the feature? It would be awesome!
Hi, any feedback on my pull request? Thanks!
Just checking in, any feedback here? I have to use it quite often to pass arguments, can this be merged upstream?
Any updates on this one plz?
Looks like https://github.com/vercel/next.js/discussions/40416#discussioncomment-3613207, where [icyJoseph](https://github.com/icyJoseph) explains you can't use prisma in the middleware. I solved it myself by creating an API call that does the database interaction, and returns the...
> > Looks like [vercel/next.js#40416 (comment)](https://github.com/vercel/next.js/discussions/40416#discussioncomment-3613207), where [icyJoseph](https://github.com/icyJoseph) explains you can't use prisma in the middleware. I solved it myself by creating an API call that does the database interaction,...
Bump @thias : Any feedback on this? I think it's lacking currently and would be handy!
Yes, it's a very annoying dependency which kills server-side rendering (SSR) like on NextJS. I ended up by moving the PeerJS to the 'store' layers, using redux-saga for my experiment,...