How to find live app URL?

Sorry for being ignorant
Recently I started learn back end development and APIs certification.
But I got stuck in the panel.
I’m not sure if it’s old version or not.
Cannot find any share link or live app URL to submit solution link in my interface.
Or how to share live app URL in different way

I would be glad if you can help me about what’s wrong.

Thank you all.

1 Like

You forgot to install express. Run npm install express in the shell.

You’ll see a live app link in the format https://replname.username.repl.co, that is the link you’ll be submitting.

3 Likes

@IroncladDev Thank you so much for helping out.
Finally it works now.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.