Skip to content
New issue

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

I can't run project #1549

Open
deepsea514 opened this issue Nov 8, 2022 · 0 comments
Open

I can't run project #1549

deepsea514 opened this issue Nov 8, 2022 · 0 comments

Comments

@deepsea514
Copy link

deepsea514 commented Nov 8, 2022

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
@deepsea514 deepsea514 reopened this Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant