Hello!
I'm attempting to convert a business application as a POC. It is using CSPs for security reasons and as such, I've been making use of the nonce prop that I can pass in the root file.
While this is working and removes the CSP reports from the console, it is causing another error in the console that I'm unsure how to resolve. I've attached an image for reference.
The error message (in text):
Warning: Prop `nonce` did not match. Server: "" Client: "<nonce>"
Any assistance in resolving this issue would be greatly appreciated! 🙏