not able to perform checkout from saleor react-storefrontend #240
Unanswered
usama-mashood
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting this error when I move to the cart or by clicking the pay button on the cart and also not able to create an order from react-store-frontend
saleor-app-checkout | saleor-app-checkout:start:⚠️ Warning! Auth token is not set. Make sure the app is installed in Saleor or set SALEOR_APP_TOKEN environment variable
saleor-app-checkout | saleor-app-checkout:start: [CombinedError: [Network] request to http://localhost:8000/graphql/ failed, reason: connect ECONNREFUSED 127.0.0.1:8000] {
saleor-app-checkout | saleor-app-checkout:start: graphQLErrors: [],
saleor-app-checkout | saleor-app-checkout:start: networkError: FetchError: request to http://localhost:8000/graphql/ failed, reason: connect ECONNREFUSED 127.0.0.1:8000
saleor-app-checkout | saleor-app-checkout:start: at ClientRequest. (/app/node_modules/.pnpm/next@12.3.1_6tziyx3dehkoeijunclpkpolha/node_modules/next/dist/compiled/node-fetch/index.js:1:65756)
saleor-app-checkout | saleor-app-checkout:start: at ClientRequest.emit (node:events:513:28)
saleor-app-checkout | saleor-app-checkout:start: at ClientRequest.emit (node:domain:489:12)
saleor-app-checkout | saleor-app-checkout:start: at Socket.socketErrorListener (node:_http_client:494:9)
saleor-app-checkout | saleor-app-checkout:start: at Socket.emit (node:events:513:28)
saleor-app-checkout | saleor-app-checkout:start: at Socket.emit (node:domain:489:12)
saleor-app-checkout | saleor-app-checkout:start: at emitErrorNT (node:internal/streams/destroy:157:8)
saleor-app-checkout | saleor-app-checkout:start: at emitErrorCloseNT (node:internal/streams/destroy:122:3)
saleor-app-checkout | saleor-app-checkout:start: at processTicksAndRejections (node:internal/process/task_queues:83:21) {
saleor-app-checkout | saleor-app-checkout:start: type: 'system',
saleor-app-checkout | saleor-app-checkout:start: errno: 'ECONNREFUSED',
saleor-app-checkout | saleor-app-checkout:start: code: 'ECONNREFUSED'
saleor-app-checkout | saleor-app-checkout:start: },
saleor-app-checkout | saleor-app-checkout:start: response: undefined
saleor-app-checkout | saleor-app-checkout:start: }
saleor-app-checkout | saleor-app-checkout:start: { 'req.headers.origin': 'http://localhost:3000' }
Beta Was this translation helpful? Give feedback.
All reactions