Tell us what’s happening:
I’m trying to submit Repl.it links to the back-end challenges I’ve completed, but the links are not being graded correctly.
How do I submit my Repl.it links to the Node.js challenges on freeCodeCamp?
Your code so far
var express = require('express');
var app = express();
console.log("Hello World");
module.exports = app;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36
.
Challenge: Meet the Node console
Link to the challenge:
ilenia
#2
you need to submit the live app link, it’s above the preview to the right
sorry ieahleen, I’m still lost
Sky020
#4
Hello there,
Which link are you submitting to /learn
(freeCodeCamp)?
Hi Sky020,
An example of where I’m trying to submit:
https://www.freecodecamp.org/learn/apis-and-microservices/basic-node-and-express/meet-the-node-console
And the Repl.it link I’m trying to submit is as follows:
https://repl.it/@ComfortSibanda/boilerplate-express#myApp.js
I don’t know where I’m getting it wrong. Kindly help
ilenia
#6
you need to submit the Live App link, it’s above the preview on the right

also, you need to make sure the app is running before submitting your link to the tests
2 Likes
Thank you.
It’s now working as expected
Thank you. It is also working for me. I have been searching this answer for hours!