kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
296.89k stars 39.11k forks source link

Database "Failure Modes" section under backend roadmap is not rendered #5842

Closed AlexPetul closed 5 months ago

AlexPetul commented 5 months ago

What is the URL where the issue is happening

https://roadmap.sh/backend

What browsers are you seeing the problem on?

Chrome, Safari

Describe the Bug

When I navigate to "More about Databases" -> "Failure modes" in backend roadmap I don't see the content of the page. Everything that is displayed is just a text:

There are several different failure modes that can occur in a database, including:

Output from browser console (if any)

However the request seems correct and I can see the relevant data being returned from the server:

GET https://roadmap.sh/backend/more-about-databases/failure-modes

Failure Modes There are several different failure modes that can occur in a database, including:

Participation

kamranahmedse commented 5 months ago

This has been fixed. Thank you for reporting!