Open Issues Need Help
View All on GitHubAI 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.
The website of Telecom Etude, the Junior-Enterprise of Télécom Paris
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.
The website of Telecom Etude, the Junior-Enterprise of Télécom Paris
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.
The website of Telecom Etude, the Junior-Enterprise of Télécom Paris
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.
The website of Telecom Etude, the Junior-Enterprise of Télécom Paris