Endless loading on Chrome #1830
Replies: 3 comments 4 replies
-
it's mainly because CD is a 'single threaded app', so sometimes doing other stuff can block it, it's a major refactor due to the simple storage backend, which is highly unlikely to be redone just now unless you can provide a pull request this will always happen when you are doing something else that is sort of 'not normal situation', like you are accessing browsersteps but the browserless/chrome is not setup correctly are you doing something like this? I move this to discussions because it cant be fixed right now, but i'm open to ideas (discussion) |
Beta Was this translation helpful? Give feedback.
-
@dgtlmoon |
Beta Was this translation helpful? Give feedback.
-
Seems like it has been fixed @dgtlmoon |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
CD = Change Detection
Hi ! :)
Everytime i go to my localinstance of CD, chrome is kind of endless loading the page.
So it's very painfull for me to go through the configuration i've made...
Version
0.45.2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Working withtout endless loading
Screenshots

Desktop (please complete the following information):
Docker
Docker version 24.0.6, build ed223bc
Docker Compose version v2.21.0
CD log
(log while trying to browsering)
Additional context
If i stop the Chrome loading, and do ctrl + shift + R which is a page reload without cache, it loads normally
What i already did
Change CD version (i tried dev and 0.44.0)
Host machine update
Docker update
Force recreate the container
Private navigation (to see if the problem still occurs, and it stills occur...)
Tried with Edge and Firefox
Note
I'm running 16 container including CD, none of them got that kind of bug
Docker compose
Notes
The container browser-chrome and playwright-chrome was added yesterday, the issue was already here
CD is still doing his job and send me email when change occurs
It's only navigation through webUI related
If you need anything else, i'll be glad to provide you more informations !
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions