You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I hit "http://localhost:8080/dam37/#/genoverse" in the browser, nothing appears.
But when I modify somtething in .js source code (for example if I add space button somewhere and save it, then tracks appears in the browser. Looks like the displaying finishes, before Genoverse is fully loaded. How to overcome it? I've tried with this.$nextTick( etc, but nothing works.
Then in the browser after hitting url, immediately apperas the Genoverse track (with GET http://localhost:8080/api/sequence/region/human/1:1-2000000?content-type=application/json 404 (Not Found), but this is another problem)
How to properly configure it in Vue?
The text was updated successfully, but these errors were encountered:
Hey, I'd like to run Genoverese with Vue2 (Django backend)
I have such base code:
If I hit "http://localhost:8080/dam37/#/genoverse" in the browser, nothing appears.
But when I modify somtething in .js source code (for example if I add space button somewhere and save it, then tracks appears in the browser. Looks like the displaying finishes, before Genoverse is fully loaded. How to overcome it? I've tried with
this.$nextTick(
etc, but nothing works.However, when I run code with such Tracks:
Then in the browser after hitting url, immediately apperas the Genoverse track (with
GET http://localhost:8080/api/sequence/region/human/1:1-2000000?content-type=application/json 404 (Not Found)
, but this is another problem)How to properly configure it in Vue?
The text was updated successfully, but these errors were encountered: