-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
loading stuck on 99% #531
Comments
anyone? any help is greatly appreciated. |
I had this issue. It was the ducking antivirus (Kaspersky), a thing related to "script injection" that was being executed in the client's browser, apparently paceJS considers this as an ajax being executed. I solved this by deactivating the script injection on Kaspersky on the clients' machines. Later I realized that paceJS can be configured to not track specific ajax execution like SignalR. I think the "trackWebSockets" must be set to false. I show you the configs I set to pace.js file:
|
oh wow ill check that right now! |
damn doesnt seem to have fixed it. i disabled script injection in kaspersky but maybe i need to restart PC before it takes effect? I cant restart right now but i will try later |
yes, I think so. Also check the developer console, there you can see what the heck is running in background |
any other ideas? :( |
Also check the developer console, there you can see what the heck is running in background. It for sure should be something you have installed in your machine. |
still cant solve this.. big bummer since this plug in is integrated in a project already.. just dont know why its getting stuck on 99% :/ |
According to your statement, you're still having the issue on the Pace.js homepage (https://codebyzach.github.io/pace/), meaning that definitely you have an extension or any kind of software that injects scripts to opened web pages. Also try clearing your browser cache and cookies. Also check this if you are using firefox: #510 (comment) |
@wsteven24 thanks again for your time. |
I had the same problem before, solved the problem is here: Also check this #470 |
In my case I have the same issue on Pace homepage and the only browser plug-in is 1password. It’s a clean OS install with no antivirus or other sw injecting things |
Hey all
So i have this issue i think some others also have where the loading animation keeps playing because it is stuck on 99%.
The thing is, im having this issue even on Pace.js home page (where all the samples are. I tried firefox and edge same issue.
Any ideas? Any more info i can give to help diagnose this?
Thanks!
Roy
The text was updated successfully, but these errors were encountered: