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?
Thanks,
Cris
E1cid
28 September 2023 13:44
2
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 icon.
See this post for more details - How to share code or flow json
Colin
28 September 2023 20:23
5
Is that a grey-scale image? Normally the http request node is yellow
Observation: there is a blue dot. Doesn’t look like the authentic http request node
Colin
28 September 2023 20:54
7
marcus-j-davies:
there is a blue dot.
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.
E1cid
28 September 2023 21:03
8
If you highlight the node and open the sidebar to info, what does the module say.
system
Closed
27 November 2023 21:03
9
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.