Tell us what’s happening:
Why can’t I submit even though everything is correct and localhost can be run in the browser?
###Your project link(s)
solution: https://8qs3ft-3000.csb.app
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Challenge Information:
Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package
ILM
November 12, 2024, 9:43am
2
what happens when you try to submit? do the tests fail? do you get a message on the input element?
the message is like this, even though I have done it correctly and localhost is also running on the web
ILM
November 13, 2024, 9:22am
5
I don’t know, I have never seen a link like that.
Have you restarted the server after making changes? is the app on port 3000?
I’ve done it and it works but when I want to submit it doesn’t work, I’ve also restarted the server and it still doesn’t work. I’ve also tried some other code editors like vscode or codesandbox but it still doesn’t work when submitting
ILM
November 13, 2024, 10:29am
7
Can you open the link and access the liveapp?
Also, did you use the provided template?
lasjorg
November 13, 2024, 8:09pm
8
I would suggest doing it locally instead. Clone the repo down, update the code, run the start script to start the node server, submit http://localhost:3000
yes i use it and the link also works, but the problem is it can’t be submitted
I have done it too and it works, but the problem is it can’t submit
ILM
November 14, 2024, 9:55am
11
did you use the given template? can you share a repo with the code you are using?
ILM
November 16, 2024, 9:43am
13
if you wanted to share a screenshot you did not give it time to load before posting the message
Teller
November 17, 2024, 7:12am
15
Hi @rafiibrahim8055
Try the Gitpod starter project.
Happy coding
I’ve tried but it still doesn’t work when I want to submit
Teller
November 19, 2024, 7:00am
17
Make the changes in a Github
repo using the GUI interface.
Then open the repo on Gitpod
.
Submit the link from the Simple Browser
Happy coding