FetchError: request to /graphql failed, reason: Socket timeout
Can we put our minds together regarding https://github.com/vuestorefront/vue-storefront/issues/6904 please?
GitHub
ERROR [VSF][error]: [Network error]: FetchError: request to https...
What is your question / Please describe your issue Hi, Has anyone experienced and solved the socket timeout error that happened at the VSF checkout page? I can't seem to find any relevant artic...
9 Replies
hey there 👋
I'll reach out to our integrations team to have a look
Thank you so much!
hey @skirianov - must I ask, have you guys given up on magento 2?
Hi @beni.sinca 👋 , I’ve escalated the issue internally and I will keep you updated here. And no, we haven't given up on Magento. 😄
@rohrig thank you so much! Is there a timeline of support for magento 2 nuxt 2? I know you guys are working hard on nuxt 3 ( it looks promising ).
We support existing customers with bug fixes and security fixes at least till the end of 2026
@rohrig do you think this can be fixed, because it's a core issue, there is no work around, and I already spent half of the day for it. It just timeouts after 8 seconds, and it's a serius bug
Hi, I see there was some trouble reproducing the error. Can you provide either a reproduction repo or explain in the GitHub tread exactly the steps needed to reproduce the error please ?
@rohrig You can create customQuery with useApi composable that will take more then 8 seconds to middleware. After 8 seconds it will timeout. And I need more because I have query that will take Magento longer time to finish.
For anyone that comes to the same issue, I found a work around by calling the backend url directly and not using useApi, although the problem will be present for anz other query if backend server take more time to respond
https://github.com/vuestorefront/magento2/issues/1368#issuecomment-1849712522
Well it seems that solution was so easy...
GitHub
Socket timeout slower response · Issue #1368 · vuestorefront/magent...
What is your question / Please describe your issue What is your question / Please describe your issue We are performing requests using GraphQL queries by Apollo. When a query response is slow (+-10...