Cannot send secure cookie over unencrypted connection Google provider

I’m trying to implement Google authentication with the request /api/connect/google , but I’m encountering the following error: “Cannot send secure cookie over unencrypted connection.” I’ve noticed that there are similar topics discussing this issue, but none of the solutions seem to work for me. I’ve already set the Node environment to production and enabled the proxy: true option, but the problem persists. The same issue occurs when attempting to implement Facebook authentication.
strapi version : “4.15.0”,

1 Like