Skip to content
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

No Response When Clicking on Login in Vue Frontend #18

Open
davidshq opened this issue Jun 10, 2021 · 0 comments
Open

No Response When Clicking on Login in Vue Frontend #18

davidshq opened this issue Jun 10, 2021 · 0 comments

Comments

@davidshq
Copy link
Contributor

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:

name: "login"
type: "$emit"
source: ""
payload: Array[0]

and

name: "click"
type: "$emit"
source: ""
payload: Array[1]
0: MouseEvent

No messages are logged in the browser console.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant