Advanced Node and Express - Set up a Template Engine

Tell us what’s happening:

Why all my code fails even when my codes are 100% correct is that somethingis wrong with freecode quality assurance courses server

###Your project link(s)

solution: boilerplate-advancednode - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Advanced Node and Express - Set up a Template Engine

Hello, assuming all your code is in order what exactly is it saying after you submit the URL?

Have you made this a live URL app? I know github and other workspaces wont work until you complete that step.

Am currently using glitch.com and rep.it and they still did’nt pass the test

This link leads to my resource code and the result as well

And everything works perfectly in the glitch or rep.it preview

I cant run your code on my end but I think you need use dev tools to get the URL by console logging window.location.href to get the live url.

could please show us how, on my side I’m able to run the code locally but when using codespaces of github, glitch, and replit, and submitting the live link, the tests failed, thanks in advance

Hi and welcome, each one is going to be different on Github you go into settings change the branch to main an then finally make public. After that use Github Pages to publish to the web you will see the app in real time.

note you can’t use github pages for full stack apps, github pages can only host static websites