Infinite load in Application hub or Advanced settings pages Creatio freezes while opening the pages
I have a local deployment of Creatio that installed without issue
I can log in fine, however when I try to access the Application hub or Advanced settings pages Creatio freezes while opening the pages. Everything in the browser console on the opened pages looks OK without any issues.
Like
This can also be the result of OS websocket limitations on local installs of Creatio. When we use our Windows laptops for local development, the number of tabs is extremely limited by this, as non-server versions of Windows have a limited number of websocket connections, and some Creatio pages use multiple websocket connections each.
Symptoms are that nothing loads in the Network browser developer tab and the page doesn't load - either staying on a splash screen forever or a blank screen. Or your page might be open but something like Business Rules will spin forever while "loading", as this appears to require an additional websocket connection.
Closing a tab or 2 will resolve the issue if that's what you're experiencing, but I wish there was a way to avoid this limitation.
Maybe try either (1) clearing your browser cache or (2) flushing redis (or changing the db number in the config file)
This can also be the result of OS websocket limitations on local installs of Creatio. When we use our Windows laptops for local development, the number of tabs is extremely limited by this, as non-server versions of Windows have a limited number of websocket connections, and some Creatio pages use multiple websocket connections each.
Symptoms are that nothing loads in the Network browser developer tab and the page doesn't load - either staying on a splash screen forever or a blank screen. Or your page might be open but something like Business Rules will spin forever while "loading", as this appears to require an additional websocket connection.
Closing a tab or 2 will resolve the issue if that's what you're experiencing, but I wish there was a way to avoid this limitation.