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
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.