Disable the status message from http request node

Hi,
Maybe it's something simple but I've searched for this setting everywhere and this is my last resort.
Whatever URL I input in the node it will show me sort of like a preview of the request below the node.
How can I turn it off?
image

Thanks,
Cris

That is not the standard http request node installed and maintain by node-red development team.

Where did you get the node you are using?

1 Like

Well this is from the package.json. From this project https://github.com/node-red/node-red-docker/blob/master/docker-custom/package.json
I've build an image with this version
FROM nodered/node-red:3.1

The only thing I added are the contrib* and dashboard dependencies.

"dependencies": {
        "node-red": "3.1.0",
        "node-red-contrib-image-tools": "~2.0.4",
        "node-red-contrib-mongodb4": "~2.1.0",
        "node-red-contrib-prometheus-exporter": "~1.0.5",
        "node-red-dashboard": "~3.5.0",
    }

@ChristianSchieder Hi Christian, welcome to the forum!

Please create a simple flow demonstrating the issue and paste it to a reply so we could look at it.

In order to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```)

``` 
   code goes here 
```

You can edit and correct your post by clicking the pencil :pencil2: icon.

See this post for more details - How to share code or flow json

Is that a grey-scale image? Normally the http request node is yellow

image

Observation: there is a blue dot. Doesn’t look like the authentic http request node

Oh yes. As you say, not the usual http request node. Somehow @cristianTeknoir has managed to build a docker image with a non-standard http request node.

If you highlight the node and open the sidebar to info, what does the module say.

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