M
M
Same here, trying to serve up a react app over http/2 using the native http module from node. I am using `"express": "4.17.1"` on Node `v12.13.0` Any ideas ?
Is there an update on when this would be merged or any further feedback? Let me know 🙏
Just a nudge on this one, we'd like to use `next-safe` in our project and this is the last remaining blocker
I can confirm that this is happening for me too on Next.js 12, Node.js 16. Happy to put a PR in to add Next.js 12 as a peer dependency in...
Added the PR as per the mention above - https://github.com/trezy/next-safe/pull/45. We won't be revisiting this on our side but hopefully helps those that need it right now :)
Hi @nibtime, would love to be able to help with this. I tried creating the nonce and passing it through to the env via the config but it does not...
Hi @nibtime , Thanks for getting back to me and thanks for the very in-depth clarification. I tried an implementation with middleware myself, passing the `nonce` as a cookie but...
Hi @nibtime, that's awesome. I have been quite busy with work but have started testing in a separate repo. I'll update here with what I find once I am done...
Damn @nibtime, you've been absolutely smashing it, that's amazing! I'll give it a go on the StackBlitz, things were working well on my example repo. Going to tidy it up...
@nibtime terribly sorry for such a long silence... A lot of work got in the way and I am now looking at this again 🙏 I'm stuck on a `peerDependency`...