The website of Telecom Etude, the Junior-Enterprise of Télécom Paris

nextauthv5 nextjs prisma shadcn-ui showcase-website tailwindcss website
4 Open Issues Need Help Last updated: Jun 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix a styling issue on the Telecom Etude website's homepage where text is invisible on mobile in light mode due to a `text-white` class being applied where `text-black` is needed. This involves identifying the specific element(s) with the incorrect class and changing it to the correct class.

Complexity: 2/5
bug good first issue

The website of Telecom Etude, the Junior-Enterprise of Télécom Paris

TypeScript
#nextauthv5#nextjs#prisma#shadcn-ui#showcase-website#tailwindcss#website

AI Summary: Debug and fix ReferenceError: document is not defined errors occurring in the Next.js application's blog pages (/edit-blog/[postId]/page.js and /blog/[postId]/page.js) when running within a virtual machine (VM). The errors only appear in the VM environment and not on a local machine, suggesting a potential environment-specific issue. The solution involves either removing unnecessary references to the 'document' object or correctly importing it, depending on its usage within the affected files.

Complexity: 3/5
bug help wanted

The website of Telecom Etude, the Junior-Enterprise of Télécom Paris

TypeScript
#nextauthv5#nextjs#prisma#shadcn-ui#showcase-website#tailwindcss#website

AI Summary: Add unique meta descriptions (around 200 words) to all pages of the Telecom Etude website, except for the homepage and the /ieseg page. This involves prompting authors to provide descriptions for blog posts during the writing process. The current website uses a default description for most pages, which is detrimental to SEO.

Complexity: 3/5
enhancement good first issue

The website of Telecom Etude, the Junior-Enterprise of Télécom Paris

TypeScript
#nextauthv5#nextjs#prisma#shadcn-ui#showcase-website#tailwindcss#website

AI Summary: Debug and fix an inconsistency in error handling on the Telecom Etude website. The error page displays a 404 error message ('Page non trouvée') despite having a 500 error URL ('/fr/errors/500'). This likely involves investigating the code that generates error pages and ensuring the displayed error code matches the URL.

Complexity: 3/5
bug good first issue

The website of Telecom Etude, the Junior-Enterprise of Télécom Paris

TypeScript
#nextauthv5#nextjs#prisma#shadcn-ui#showcase-website#tailwindcss#website