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
When I finish yarn install and start yarn dev I got this error.
Server Error
TypeError: Invalid value "undefined" for header "authorization"
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
ClientRequest.setHeader
node:_http_outgoing (579:3)
new ClientRequest
node:_http_client (256:14)
Object.request
node:https (353:10)
When I run yarn dev I also have this error,
See more info here: https://nextjs.org/docs/messages/invalid-next-config info - Linting and checking validity of types ..Failed to compile. ./astro_2.0/components/Feed/hooks.ts:58:24 Type error: Object is of type 'unknown'. 56 | showNotification({ 57 | type: NOTIFICATION_TYPES.ERROR, > 58 | description: e.message, | ^ 59 | lifetime: 20000, 60 | }); 61 | error Command failed with exit code 1.
I need your help
The text was updated successfully, but these errors were encountered:
When I finish yarn install and start yarn dev I got this error.
Server Error
TypeError: Invalid value "undefined" for header "authorization"
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
ClientRequest.setHeader
node:_http_outgoing (579:3)
new ClientRequest
node:_http_client (256:14)
Object.request
node:https (353:10)
The text was updated successfully, but these errors were encountered: