-
Notifications
You must be signed in to change notification settings - Fork 130
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
[Bug]: Error while polling for changes #4897
Comments
👋 can you re run this and share the verbose output? or at minimum a copy-pastable version of the request is (i cant copy it from the image) -- thanks in advance |
Here's the text from that screenshot, extracted with Chat-GPT:
Starting the server with --verbose doesn't immediately give the error - it's random. I haven't been able to spot any correlations. I've been running --verbose since you asked and it keeps looping the follow code. Not sure if it's producing/revealing the error or not.
|
Getting the same issue here as well. I'm assuming it's related to previous versions of the cli where you'd get kicked off randomly and need to re-authenticate. Happening pretty consistently though with this newer version of 'shopify theme dev'. |
Another thing I'm noticing with |
👋🏻 When you encounter the error with verbose logs, are there any request ID headers being output? That would be helpful so we can investigate if there is anything going wrong on our end |
Hey all, I've also been running into this issue. The command I ran was Even when not making any file changes it seems to be performing a repetitive call below and eventually errors out. Makes a call or a couple of calls every about every 2 seconds or so. Note: I've redacted the store name
Sometimes the after variable is null
|
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
No errors.
Actual behavior
Polling errors while running:
shopify theme dev --store store-name --theme-editor-sync --live-reload full-page
. Related to --theme-editor-sync perhaps?Verbose output
Reproduction steps
shopify theme dev --store store-name --theme-editor-sync --live-reload full-page
Operating System
macOS Sequoia 15.1.1
Shopify CLI version (check your project's
package.json
if you're not sure)3.7.0
Shell
No response
Node version (run
node -v
if you're not sure)No response
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: