Information Security Projects - Anonymous Message Board

Tell us what’s happening:
Honestly, I don’t even know what is happening to my code. When I test the application in the browser everything seems to be working well, but when I execute the local tests they sometimes fail, and sometimes don’t. On top of that, when I submit the Replit link, the app crashes without apparent reason. I will be happy to provide more information based on what the people need, but that is all I have right now. Thank you.

Your project link(s)

solution: boilerplate-project-messageboard - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

Challenge: Information Security Projects - Anonymous Message Board

Link to the challenge:

If you open the repl link in a new page it should open up.
Screenshot 2023-08-14 at 10.02.09 PM

Just click on this icon

Your Replit is passing for me.


If your tests are crashing the Replit you can try adding .keepOpen() after all the .request(server) calls.

chai
  .request(server)
  .keepOpen()
2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.