ERR_SOCKET_CONNECTION_TIMEOUT
Unanswered
Himalayan posted this in #help-forum
HimalayanOP
Im getting this error "ERR_SOCKET_CONNECTION_TIMEOUT" while trying fetching data on the server using fetch, any ideas?
4 Replies
HimalayanOP
Cape lion
As you can see in the log, there is timeout error.
1. You can decrease your server handling time.
2. you can increase your api waiting time.
3. maybe there are some issue in your server.
1. You can decrease your server handling time.
2. you can increase your api waiting time.
3. maybe there are some issue in your server.
HimalayanOP
the problem was in the node version actually, thank you tho!