cc: <@U02SS3ZAMKQ>
# general
a
cc: @Prashant Shahi
s
I figured out the cause. It is due to cors section that I added as below in otel-collector-config.yaml
http: * endpoint: 0.0.0.0:4318 * cors: * allowed_origins: * - http://localhost:3000 * - http://*.ramco.com * - https://*.ramco.com
What's is wrong with the above section ?
p
@Sudarsanam Krishnan
telnet
should work irrespective of the config above. CORS only affects browsers.
Are you sure you have exposed the port
4318
?
s
Yes, self telnet works if I remove CORS section on the yaml and start the services. So it is for sure that the CORS section that I introduced is causing it.