Cannot pass test from app running on my own server

Tell us what’s happening:
Cannot pass test from task ‘Basic Node and Express - Start a Working Express Server’ with application running on my own server. Its should return string “Response String” and it returns. You can check it by yourself 68.183.75.234 port 3006 (sorry, it does not allow me to put the link). What could be wrong ? Thanks for help.

Your code so far
https://github.com/prototype2010/free-code-camp-node

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36.

Challenge: Start a Working Express Server

Link to the challenge:

Welcome, alex.

Here are the instructions:

Use the app.get() method to serve the string “Hello Express” to GET requests matching the / (root) path.

Can you see the problem…


Side note: You have changed a lot of the boilerplate code, you were not asked to. There is nothing inherently wrong with this (in fact, I think you are/will learn a lot), but we cannot guarantee the tests will work.

Hope this helps

Thanks for help ! I had incorrect text to return. I did not succeed anyway, responses from my server are being blocked with status “blocked:mixed content”, as far as i understand this is because server runs on ‘http’ and cannot be considered as secured. Did anyone faced with such issues.