We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getRequestHeader
9:22:07 AM
RootDir: /Users/mike/dev/demo/sbr2-datastore 9:22:07 AM Nuxt project info: (copied to clipboard) 9:22:07 AM
If cookies is enabled, nuxt-api-module server module tries to extract the cookie request header with getRequestHeader from the h3 module (see here).
cookies
cookie
h3
At runtime the getRequestHeader function is not available as it is not imported from h3. Please import it so that this feature works as expected :-)
No response
The text was updated successfully, but these errors were encountered:
8db26ba
No branches or pull requests
Environment
RootDir: /Users/mike/dev/demo/sbr2-datastore 9:22:07 AM
Nuxt project info: (copied to clipboard) 9:22:07 AM
Reproduction
Describe the bug
If
cookies
is enabled, nuxt-api-module server module tries to extract thecookie
request header withgetRequestHeader
from theh3
module (see here).At runtime the
getRequestHeader
function is not available as it is not imported fromh3
. Please import it so that this feature works as expected :-)Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: