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
The backend (Django) and the frontend (Vue) are now up and running on my machine but I've run into another issue - clicking on "Login" in the top right of the screen doesn't not (as one would expect) launch a modal to login or redirect to a login page.
Vue DevTools does show two events emitted upon click:
I did notice that Login.vue contains several references to girderRest and that recent changes in miqa-web have shown these being renamed to djangoRest. Changing these values does not correct the issue...but that is as far as I've progressed thus far.
The text was updated successfully, but these errors were encountered:
The backend (Django) and the frontend (Vue) are now up and running on my machine but I've run into another issue - clicking on "Login" in the top right of the screen doesn't not (as one would expect) launch a modal to login or redirect to a login page.
Vue DevTools does show two events emitted upon click:
and
No messages are logged in the browser console.
I did notice that
Login.vue
contains several references togirderRest
and that recent changes in miqa-web have shown these being renamed todjangoRest
. Changing these values does not correct the issue...but that is as far as I've progressed thus far.The text was updated successfully, but these errors were encountered: