The submission is correct but the the system is telling it wrong

Tell us what’s happening:

Your project link(s)

solution: https://boilerplate-express.robinsingh6.repl.co

Your browser information:

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

Challenge: Start a Working Express Server

Link to the challenge:

var express = require('express');
var app = express();


app.get("/", function(req, res) {
  res.send("Hello Express");
})

https://node-express.robinsingh6.repl.co
// running tests
Your app should serve the string ‘Hello Express’
// tests completed

Hello there,

Would you mind sharing a link to your project code (not the live app)?


Also, a few lessons in this section have a bug: Use the .env File - Issue

I’ve sent you the invite link in DM

you can share the link you have in the url bar, it does not give any kind of access, and you let more people see your code so that they can help you

Okay,

REPL LINK

Thank you, for sharing that.

I have managed to pass, by just running your app, and pasting in the live app link.

Are you still unable to pass?

Earlier it wasn’t getting passed but now it successfully gets passed for me as well.
Thanks

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