Nenad N.
AAlokai
•Created by beni.sinca on 9/28/2023 in #🙋|general-help
FetchError: request to /graphql failed, reason: Socket timeout
https://github.com/vuestorefront/magento2/issues/1368#issuecomment-1849712522
Well it seems that solution was so easy...
12 replies
AAlokai
•Created by beni.sinca on 9/28/2023 in #🙋|general-help
FetchError: request to /graphql failed, reason: Socket timeout
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
12 replies
AAlokai
•Created by beni.sinca on 9/28/2023 in #🙋|general-help
FetchError: request to /graphql failed, reason: Socket timeout
@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.
12 replies
AAlokai
•Created by beni.sinca on 9/28/2023 in #🙋|general-help
FetchError: request to /graphql failed, reason: Socket timeout
@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
12 replies