gatsby-source-shopify shows timedout error on build - shopify

I encounter an ETIMEDOUT error whenever I try to use the gatsby-source-shopify to build a gatsby site connected to my Shopify store.
With a small store, this works perfectly but with a large store like the clients I'm working with that has over 1000 products, it shows a timed out error, both during development and when deployed to Netlify.
My issue is similar to that at this github issue but I have tried all the suggested and still face the same issue.

Related

Error: Network Error - Expo (React Native)

I've been struggling for the past few days trying to resolve the issue with all my axios requests. No matter what I change, I keep getting the error:
[Error: Network Error]
When this error happens, it closes the application into the background of the phone but doesn't crash. There is not other error logs or warnings so it's I'm finding it hard to debug the issue.
This is not being sent to localhost, this is sent a public domain as I know there are people having issues with localhost and having to switch to use IP address. However it's happening when I'm using public domain.
Has anyone come across this with their expo build on android before?
Update:
The APIs work in postman, so it's only an issue when sending requests via the expo application.
Update Fixed:
Finally found the issue flagging:
canceled due to java.lang.NoSuchMethodError: No virtual method toString(Z)Ljava/lang/String; in class Lokhttp3/Cookie;
I had to had the following to build.gradle
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
implementation 'com.squareup.okhttp3:logging-interceptor:4.4.1'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.4.1'
Android dont accept HTTP protocol Api so keep sure you are using a HTTPS protocol Api

npmjs.com is showing cloudflare error 1034, and npm CLI is showing E403

I know this is a kinda weird question, but I couldn't find any relevant info about this issue elsewhere so I took the easier way and wrote here.
My problem seems to be related only to my PC, that I cant access npmjs.com, I have no clue why. When I try accessing the npmjs.com website it tells me that Cloudflare errored with error 1034 ( Edge IP Restricted )
Cloudflare error image
This does not happen when accessing docs.npmjs.com, that works just fine. The other part of the problem is that not even npm CLI is working, when I try to npx or install something it errors with E403 - Forbidden.
npm CLI E403 image
As I said previously this only happens on my PC, elsewhere on my network this does not happen.
I have a desktop PC connected with a cable to my router, but when I check with my work laptop on wifi, everything is working as it should be.
I tried connecting it straight to the modem, but that does the same so I isolated it to be an issue on my PC only.
This issue has been happening since yesterday when I found out after coming back to node.js after some time.
Just in case it could be related, I'm using a pi-hole with OpenDNS settings ( Had an unused raspberry pi, so I followed tutorial on youtube on how to get it working ).
To this day I haven't had a single problem with it, I've been using it for over a year now.
Thank you for reading and potentially answering my question.

I cant download expo client

For the last 24 hours I have been trying to get my expo client to build JavaScript on my device. I have been using expo for some weeks now. And thou it may be difficult to get it running I some how manage to use it for some hours. Usually I can easily connect using tunnel. Recently I was able to 'trick it' to work without internet. But for the last 24 hours I can't get to work using any of the options available... I have scout the Internet for solutions and tried them with no success .
I keep getting type error java.net sockettimeoutexception network timeout error .....1000ms I have had to reset a lot on my system disabled all firewalls. Pause antivirus , reset react native packager hostname, clear cache for both expo and npm etc..
Lastly I tried removing and downloading the expo client app . But the app fails to download. Tried other apps and they work OK..
Finally got it to install after rebooting several times

Testing individual microservices in Jhipster

So I have started work in an app built with jhipster. I have made changes to one microservice and want to run only that on my local machine. But I am not able as it gives me a 401 error. Frustrated I simply deleted the securityConfig.java file in app/config and now it keeps hitting me with a login page.
please help.

Program showing fine in browser but fails to load resources in electron window

Currently working on a project and everything was working fine. Then suddenly after rebooting from a power cut whilst working on said project, the electron application has since failed to load any online resources. It works perfectly fine when on a native browser using localhost but will fail to load any online resources on the electron application version.
Initially, I thought it was a firewall issue but changing settings has not changed anything. I've reset router/pc multiple times to no avail.
The error recieved for any online resource is GET [URL] net::ERR_EMPTY_RESPONSE
Edit: Here is a screenshot of the error displayed in electron: