Received Message Larger than Max Issue #12701
Unanswered
piyush-coschool
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Could you attach the screenshot? Is this a special page or some cases? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using skywalking-backend-js for nodejs, getting
code: 8,
details: 'Received message larger than max (1952543861 vs 4194304)',
metadata: Metadata { internalRepr: Map(0) {}, options: {} },
level: 'error'
Using this:
import Agent from 'skywalking-backend-js'; Agent.start({ serviceName: process.env.SERVICE_NAME , serviceInstance: process.env.SERVICE_INSTANCE, collectorAddress: process.env.SKYWALKING_URL, });
Beta Was this translation helpful? Give feedback.
All reactions