i have a problem with code deployment. I constantly get security pushback with
The sensitive environment variable NEXT_PUBLIC_RECAPTCHA_SITE_KEY is in the following files and exposed in the client:xyzPlease remove the sensitive environment variable from the client code – either completely or by using a server component/action to fetch the value.i am really lost here. Why would the next_public key be flaged as security risk. The recaptcha public key shuld be public.xd Am i doing something wrong?