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
The site build preview isn't working when running it locally
Steps To Reproduce
I followed the setup instructions in the README file and added a GitHub token but that's the only resource I have in my .env file. Below is the screenshot when I navigate to http://localhost:9000.
When I commented out the GitHub token, the homepage was able to load correctly at http://localhost:9000, however, there was another error thrown when I tried to navigate to the Our Members page.
What browsers are you seeing the problem on?
Chrome, Other
Environment
- OS: Mac Sonoma 14.7
- Node: 20.17.0
- pnpm: 9.10.0
Seeing it on Arc browser.
Anything else?
With a GitHub token, it looks like an issue at /src/data/sponsors.ts. There's a null value being returned at some point that the code can't handle.
Without a GitHub token, it looks like there a syntax issue at src/data/members/index.ts.
I'd be happy to pair with you and click through the app to fix any local bugs!
Code of Conduct
I've read the Code of Conduct and understand my responsibilities as a member of the Virtual Coffee community
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
The site build preview isn't working when running it locally
Steps To Reproduce
I followed the setup instructions in the
README
file and added a GitHub token but that's the only resource I have in my.env
file. Below is the screenshot when I navigate tohttp://localhost:9000
.When I commented out the GitHub token, the homepage was able to load correctly at
http://localhost:9000
, however, there was another error thrown when I tried to navigate to the Our Members page.What browsers are you seeing the problem on?
Chrome, Other
Environment
Anything else?
With a GitHub token, it looks like an issue at
/src/data/sponsors.ts
. There's anull
value being returned at some point that the code can't handle.Without a GitHub token, it looks like there a syntax issue at
src/data/members/index.ts
.I'd be happy to pair with you and click through the app to fix any local bugs!
Code of Conduct
The text was updated successfully, but these errors were encountered: