Basic Node and Express - Serve Static Assets

Tell us what’s happening:
Tests aren’t passing the solution check as I still get:
// running tests Your app should serve asset files from the /public directory to the /public
path // tests completed // console output [Error: Not Found]

The .js file has the correct code and the website itself seems to have the CSS implemented

Your project link(s)

solution: boilerplate-express - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0

Challenge: Basic Node and Express - Serve Static Assets

Link to the challenge:

Your repl passes for me. Are you submitting the correct url?
It should be: https://boilerplate-express.brand421.repl.co/

Yup! I copied the address directly from your post, however I’m still getting the error:

It timed out when I pasted the url straight into the challenge but, when I went to your repl and started it up, I submitted the url again and it passed.

I ended up switching from using Firefox to Chrome, and that solved the issue, so there was something that was causing it to not work in Firefox which is weird. This is the first time I’ve run into this issue.

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