#support

Issue with Signoz not Displaying Info from NodeJS App

TLDR Benjamin faced an issue where Signoz didn't display information from their NodeJS app. Srikanth pointed out the issue was using https instead of http.

Powered by Struct AI
8
3mo
Solved
Join the chat
Jun 07, 2023 (3 months ago)
Benjamin
Photo of md5-b173735a5edb32e1ee5117daa4f88639
Benjamin
05:11 PM
Hi all, I have downloaded the signoz and installed it on a docker, it has it's own IP and I'm running the sample app to send data from nodejs, the app is working ok, the port is open, I can see traffic incoming in the server, but it never reflects any info in the services, even though I do many refreshes and wait for too long to see any information about it, it gets never displayed, what may I be doing wrong with it?
Jun 08, 2023 (3 months ago)
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
01:41 AM
Can you share more details like node version, OTEL sdk version etc
Jun 09, 2023 (3 months ago)
Benjamin
Photo of md5-b173735a5edb32e1ee5117daa4f88639
Benjamin
04:43 PM
Sorry for my late answer, I'm experiencing some issues with the host server in AWS, so I'm trying all the set up in local, will come back with more details if same issue happens or as soon as I recover the host server
07:37
Benjamin
07:37 PM
I'm attaching a file with the config and the script I'm running, even though I refresh the page multiple times (over than 30) and I wait for almost half hour, the info does not get reflected in Signoz
07:38
Benjamin
07:38 PM
Currently I'm running the project on localhost but behavior is the same as if a run signoz in the hosted environment
Jun 12, 2023 (3 months ago)
Benjamin
Photo of md5-b173735a5edb32e1ee5117daa4f88639
Benjamin
04:30 PM
Srikanth Hi, do you have any hint about this, or do you need more info?
Jun 13, 2023 (3 months ago)
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
02:04 AM
Why are you using https ? I don’t think localhost server has SSL.
Jun 14, 2023 (3 months ago)
Benjamin
Photo of md5-b173735a5edb32e1ee5117daa4f88639
Benjamin
12:46 AM
Oh the protocol was the issue, now it reflects changes when I do refresh