The misconfiguration errrors I'm seeing are from a Vercel staging environment where they inject a session id and another application cookie all on their own into the build process outside of the consent trigger - that won't be there in production. So it might be a good idea to add an exception to the error handling for websites that are in Vercel hosted staging environments since we have zero control over the cookies they're setting in those lower level environments.