-
Notifications
You must be signed in to change notification settings - Fork 286
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I encounter infinite loop executing a script with the following page (also with the home https://www.kitandace.com)
$ zig build run -- fetch https://www.kitandace.com/products/sophia-short-sleeve-dolman-sweatshirt-storm-blue
[...]
INFO browser : executing script . . . . . . . . . . . . . . [+1370ms]
src = https://www.kitandace.com/products/sophia-short-sleeve-dolman-sweatshirt-storm-blue
kind = javascript
cacheable = false
DEBUG http : script queue . . . . . . . . . . . . . . . . . . [+1371ms]
url = https://bundler.nice-team.net/app/shop/status/kit-and-ace.myshopify.com.js?1757061281
INFO browser : executing script . . . . . . . . . . . . . . [+1371ms]
src = https://www.kitandace.com/products/sophia-short-sleeve-dolman-sweatshirt-storm-blue
kind = javascript
cacheable = false
DEBUG http : script queue . . . . . . . . . . . . . . . . . . [+1372ms]
url = https://bundler.nice-team.net/app/shop/status/kit-and-ace.myshopify.com.js?1757061281
INFO browser : executing script . . . . . . . . . . . . . . [+1372ms]
src = https://www.kitandace.com/products/sophia-short-sleeve-dolman-sweatshirt-storm-blue
kind = javascript
cacheable = false
DEBUG http : script queue . . . . . . . . . . . . . . . . . . [+1372ms]
url = https://bundler.nice-team.net/app/shop/status/kit-and-ace.myshopify.com.js?1757061281
INFO browser : executing script . . . . . . . . . . . . . . [+1372ms]
src = https://www.kitandace.com/products/sophia-short-sleeve-dolman-sweatshirt-storm-blue
kind = javascript
cacheable = false
DEBUG http : script queue . . . . . . . . . . . . . . . . . . [+1373ms]
url = https://bundler.nice-team.net/app/shop/status/kit-and-ace.myshopify.com.js?1757061281
INFO browser : executing script . . . . . . . . . . . . . . [+1373ms]
src = https://www.kitandace.com/products/sophia-short-sleeve-dolman-sweatshirt-storm-blue
kind = javascript
cacheable = false
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working