Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: read ECONNRESET on product page #61

Closed
Boumour opened this issue Aug 17, 2022 · 1 comment
Closed

Error: read ECONNRESET on product page #61

Boumour opened this issue Aug 17, 2022 · 1 comment

Comments

@Boumour
Copy link

Boumour commented Aug 17, 2022

wait - compiling...
event - compiled client and server successfully in 457 ms (1516 modules)
warn - Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/basic-features/fast-refresh#how-it-works
wait - compiling /products/[handle] (client and server)...
warn - Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/basic-features/fast-refresh#how-it-works
event - compiled client and server successfully in 217 ms (1673 modules)
wait - compiling /_error (client and server)...
event - compiled client and server successfully in 109 ms (1673 modules)
error - Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:220:20) {
type: 'Error',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
transformRequest: [ null ],
transformResponse: [ null ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
'User-Agent': 'axios/0.24.0'
},
baseURL: 'http://localhost:9000',
raxConfig: {
retry: 3,
backoffType: 'exponential',
currentRetryAttempt: 3,
retryDelay: 100,
httpMethodsToRetry: [Array],
noResponseRetries: 2,
checkRetryAfter: true,
maxRetryAfter: 300000,
statusCodesToRetry: [Array]
},
method: 'get',
withCredentials: true,
url: '/store/products?limit=25',
json: true
},
code: 'ECONNRESET',
status: null,
page: '/products/[handle]'
}
error - Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:220:20) {
type: 'Error',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
transformRequest: [ null ],
transformResponse: [ null ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
'User-Agent': 'axios/0.24.0'
},
baseURL: 'http://localhost:9000',
raxConfig: {
retry: 3,
backoffType: 'exponential',
currentRetryAttempt: 3,
retryDelay: 100,
httpMethodsToRetry: [Array],
noResponseRetries: 2,
checkRetryAfter: true,
maxRetryAfter: 300000,
statusCodesToRetry: [Array]
},
method: 'get',
withCredentials: true,
url: '/store/products?limit=25',
json: true
},
code: 'ECONNRESET',
status: null,
page: '/products/[handle]'
}

@kasperkristensen
Copy link
Collaborator

@Boumour answered you here medusajs/medusa#2053 (comment), please refrain from cross posting issues across repos in the future thanks 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants