-
Notifications
You must be signed in to change notification settings - Fork 27
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 report - Trends page not loading #426
Comments
Hmm, it's hard to know what is happening here. Firstly, can you print out the Chrome console output, and secondly, could you try setting |
Update: this seems to be a Chrome specific issue (although only on that particular server). I can load the trends page using Firefox, although it is still quite flaky. Is there a way to slim the page down, on the assumption that it's simply trying to load too many things for either our server, or perhaps the BYOD connection, to handle? |
Hmm I don't think MegaQC uses web sockets, so I don't think those errors are actually caused by MegaQC. If it's working on firefox, can you try disabling your chrome extensions e.g. with Also, can you tell me which requests are failing/being slow in the network tab? It's not clear to me from your screenshot. |
Sorry this got forgotten over Christmas. We've had issues loading the page in Firefox too, it just seems to fare slightly better than Chrome (where it always fails). It's specifically the trends.js script that fails. So when I access the Trends page, I get the generic MegaQC layout but none of the filters/plots appear. |
I am getting the same error, but I am not running it in a container. It seems to be pointing to |
I will need more information about how you have installed MegaQC, @gouinK. A blank page suggests that you haven't compiled the JavaScript. |
Ah yes, I was following this and did not see steps 9 and 10. Will try now, thanks! |
No that's not right. Please don't copy the source into the static dir, it's in a completely different format. Can you instead run |
Can you post the output of |
After some testing, I did a fresh install and used Node version |
I am having the same issue, and I also do not have any @gouinK that Node you updated, is it |
All the other pages of the site load fine, but the Trends page is just a blank template (i.e. the MegaQC header and menu buttons are there, but the filtering and plotting parts do not appear).
I'm running this through the docker container with a local postgres database. I have seen the issue before but can't remember what, if anything, I did to fix it. I don't see it when using the same container on my laptop so it's not a very consistent bug. This page does sometimes take a long time to load on other platforms so I wonder whether it is struggling to render something and crashing silently?
Any idea what I could change to get the plots to load up? Or alternatively how can I see some debugging info? I remember when running megaqc outside of docker, it printed each server request to terminal so that at least might be helpful but I don't see it currently.
The text was updated successfully, but these errors were encountered: