Skip to content

No Response When Clicking on Login in Vue Frontend #18

@davidshq

Description

@davidshq

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions