Not able to submit node assignment

Tell us what’s happening:
I started with the node certification and for the first assignment we’ve to add author name and share the link. I’ve added the author name to package .json but when i’m sharing the link test case is not passing.

Your code so far
{
“name”: “fcc-learn-npm-package-json”,
“author”: “Atul Sharma”,
“dependencies”: {
“express”: “^4.14.0”
},
“main”: “server.js”,
“scripts”: {
“start”: “node server.js”
},
“engines”: {
“node”: “8.11.2”
},
“repository”: {
“type”: “git”,
“url”: “https://idontknow/todo.git
}
}

Your browser information:

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

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

what’s your project link, and what link are you submitting? you need to submit the link to the live app

I’m submitting https://repl.it/@Atul_Sharma_/freecodecamp1 this link to the freecodecamp site

Hello there,

You need to be submitting the Live App link. This is the link you copy from the Picture-in-Picture browser, on the top right hand side of the REPL editor. There is an example of the link format, in the placeholder of the solution box.

The tests do not work with links to code files. It has to be a publicly visible, live app. This also means the app has to be running in the background.

Hope this clarifies.

the solution is not clear. I’m copying the link from share button

This is the link you should be submitting:
https://boilerplate-npm-3.atul_sharma_.repl.co

image

I have tried doing this, still my solution is not getting accepted

I have copied the link from browser

I’ve tried all the solutions mentioned, but I’m not able to submit the solution

It’s displaying that the author key should be valid, does my author key have mistakes?

Hello there,

I was able to pass with your current code.

There could be an issue with your browser. I suggest you disable all browser extensions with access to both repl.it and freecodecamp.org

Hope this helps

Disabling extensions did not work but I changed the browser and I was able to complete the challenge
Thanks