Error No url specified

Hello Everyone,

I am working on a project on the cloud. I am facing the error of No url specified. Here is the screenshot. I also have trouble in charts and gauge which is not working. It will be really great you anyone faced similar problems and solved it.
image

Thanks and regards,
Sudha

So the http request node is about requesting a webpage

If your read the INFO panel for the node. It will say that you either supply the URL of the website you want by configuring the node or by supplying it as msg.url in a message sent to the node.
If no url is specified you haven't added a URL in the config panel for the node and you are not supplying the URL within the message.

On the gauge the red triangle means that you haven't configured it properly. You will also need to send the gauge in the correct format. The INFO panel will tell you what that is.

Thanks a lot for your reply.