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

[bug]: cannot load the project page #54

Open
Boby900 opened this issue Jun 27, 2024 · 0 comments
Open

[bug]: cannot load the project page #54

Boby900 opened this issue Jun 27, 2024 · 0 comments

Comments

@Boby900
Copy link

Boby900 commented Jun 27, 2024

Hi there,
When I am trying to load the project page I am getting an error.

 ⨯ app\projects\page.tsx (99:64) @ slug
 ⨯ TypeError: Cannot read properties of undefined (reading 'slug')
    at eval (./app/projects/page.tsx:212:66)
    at Array.map (<anonymous>)
    at ProjectsPage (./app/projects/page.tsx:209:35)
digest: "3719235695"
   97 |             {[top2, top3].map((project) => (
   98 |               <Card key={project.slug}>
>  99 |                 <Article project={project} views={views[project.slug] ?? 0} />
      |                                                                ^
  100 |               </Card>
  101 |             ))}
  102 |           </div>

Screenshot (574)

@Boby900 Boby900 changed the title [bug]: cannot visit to the project page [bug]: cannot load the project page Jun 27, 2024
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