-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: how to use a proxy to view the url "https://xx.myshopify.com/admin/api/unstable/themes.json" #4399
Comments
Hello @daguniang , thank you for flagging this issue, can you share the --verbose logs for this error? |
I see this issue has info around using a proxy with the CLI, maybe it'll be helpful to you #3225 |
May I ask if you have solved it now? I still can't solve it according to this method #3225 |
In order to help us fix this, can you share the |
"reason: Client network socket disconnected before secure TLS connection was established" is displayed
Run the shopify theme dev --store hqy-infant command. The following information is displayed: How can I fix it? |
Is it just this one command raising this error? Does this error raise consistently or occasionally? |
👋🏻 Hi @ruinb0w, could you please run the same command with |
This is a problem caused by Chinese cersorship, the GFW. This guy provided a workaround and promoted a potential solution. Could you help us Chinese developers Hi, here is a verbose logs:
|
@lukeh-shopify Bro! In
in
|
I was solved this problem, just open clash TUN mode, and set TUN stack to system |
@ruinb0w Great, I'm glad you all managed to work around the issue with external software. @panjiangyi Thanks for sharing the information about the proxy work around as well. @Shopify/app-inner-loop Do ya'll know if adding wider proxy server support to the CLI is something that has been considered previously? I think this would affect not only the theme commands, but everything else as well |
Hello, I am starting to face the same issues—this time related to almost an admin rest API call we are doing. I use the Shopify admin API plugin with node-fetch as the fetch source - on my node server. Could you please tell me how to fix it? Should I use a proxy with node-fetch? This is happening while the app is deployed, and strangely, it never happened until the end of last week. const fetch = require('node-fetch');
this.shopify = createAdminRestApiClient({
storeDomain: process.env.SHOPIFY_URL,
apiVersion: '2024-10',
accessToken: process.env.SHOPIFY_ADMIN_API_TOKEN,
customFetchApi: fetch // we get an error from the library here so we have to pass the fetch module
}); Errors example:
cc @lukeh-shopify @panjiangyi etc |
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. P.S. You can learn more about why we stale issues here. |
What area(s) will this request affect?
App, Deployment
What type of change do you want to see?
New feature
Overview
Motivation
when i excuted commands 'shopify theme dev --store xx', there was a problem, i can't use my vpn to view the url.
The text was updated successfully, but these errors were encountered: