You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe related with the H3 getRequestProtocol(event) / getRequestProtocol(event, {xForwardedProto: true}) which always returns http !? #nuxt/cli#324 #nuxt/nuxt#25108 #nuxt/cli#487
The text was updated successfully, but these errors were encountered:
Hello
Has anyone else encountered this issue? How do you handle local testing?
At the moment, I have to build and push to the remote server after every change for debugging, which is far from ideal.
Any advice?
With the counterpart: ERROR (node:55979) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification. 12:10:37 (Use node --trace-warnings ... to show where the warning was created)
Hello,
I get an error in the defineWebAuthnRegisterEventHandler
//nuxt.config
//package.json
"dev": "nuxt dev --host ",
Maybe related with the H3
getRequestProtocol(event)
/getRequestProtocol(event, {xForwardedProto: true})
which always returns http !? #nuxt/cli#324 #nuxt/nuxt#25108 #nuxt/cli#487The text was updated successfully, but these errors were encountered: