I have tried submitting the live url via replit
It keeps giving a response " * package.json should have a valid “author” key"
I ran npm install to check for any missing dependencies, found none
I forked the repo and restarted the server, still i get the same response
is a link to the file in the IDE. The URL you need is to the running server. One way you can get that by going in the IDE and pressing the “Open website”. That will open a new browser tab with the running server. Get that URL, from the address bar. It should end with “repl.co” - that is the address to the server. When I use that address, it works for me.
I don’t use repl much - maybe there is an easier way.