"Error in the HTML course 'Build a Travel Agency Page'."

“Hello everyone, I’m taking the ‘Certified Full Stack Developer Curriculum,’ and during the HTML > Basic > ‘Build a Travel Agency Page’ step, I encountered an error that might be related to translation for some languages. I’m not very comfortable communicating in English yet, so I switched the language to Portuguese. However, in Portuguese and some other languages, this lesson always fails even though the code is correct. I only succeed in the lesson when I switch back to English.”

“The lesson in question is this: https://www.freecodecamp.org/portuguese/learn/full-stack-developer/lab-recipe-page/build-a-recipe-page

this is my funcional code:

<!DOCTYPE html>
<html lang="en"> 
<head>
  <meta charset="utf-8">
  <meta name="description" content="description">
  <title> Free Code Camp travel agency</title>
</head>
<body>
  <h1>Travel destinations
  </h1>
  <p>Travel oportunities </p>
  <h2>Packages</h2>
  <p>Various Packages</p>
  <ul>unordered list
  <li><a  href="https://www.freecodecamp.org/learn" target="_blank">Group Travels</a></li>
    <li><a href="https://www.freecodecamp.org/learn" target="_blank"> Private Tours</a></li>
    </ul>
    <h2> Top Itineraries</h2>
      <figure>
      <a href="https://www.freecodecamp.org/learn" target="_blank">
      <img src="https://cdn.freecodecamp.org/curriculum/labs/colosseo.jpg" alt="colosseo"></a>
      <figcaption>caption image 1

      </figcaption>
      </figure>

       <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/alps.jpg" alt="alps"></a>
        <figcaption>caption image 2</figcaption>
      </figure>
       <figure>
        <a href="https://www.freecodecamp.org/learn" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/labs/sea.jpg" alt="sea"></a>
        <figcaption> caption image 3</figcaption>
        
      </figure>
    
</body>
</html>

If I run the lesson in English, I pass, but if I switch to Portuguese, most steps give errors.

`

Welcome to the freeCodeCamp forum. We were experiencing issues with our localized curriculum including Portuguese. Can you try again and see if the issue persists?

Thanks and happy coding!

Yes, the issue still persists, not just with Portuguese but also with most languages.

When checking the Portuguese page of this project, I noticed this error in the console:

ChunkLoadError: Loading chunk 155 failed.
(error: https://www.freecodecamp.org/portuguese/@babel/standalone-44c7f8d4c36bc54a66fc.js)

Thanks for the confirmations.

We have invalidated our CDN caches a while ago, however I can see that it could still be causing issues with the browser (at your end) still caching old status of the page. Browsers could take up to 4 hours to update cached assets.

Can you give the page a good hard refresh, and see if helps?

Alternatively you could try a different browser and/or profile.