GeriLife / wellbeing-client

Client-only code for Wellbeing project.
Apache License 2.0
0 stars 0 forks source link

Submitting login form refreshes page in static build #34

Closed brylie closed 3 years ago

brylie commented 3 years ago

When deploying to the Dokku server, we use a static build plugin. For some reason, the login form doesn't handle the submit event correctly in the static build and refreshes the page. When inspecting the form listeners, it doesn't seem like the Vue submit handler is being called.

Testing deployment: http://95.217.223.95/#/login

Determine how to build the static version of this client app so that forms work correctly. As a start, make sure the login page works in a static build (and test the Dokku deployment).

brylie commented 3 years ago

@shailee-m, would you please take this issue?

brylie commented 3 years ago

@shailee-m and I agreed to get the static build working correctly in the local development environment, rather than focus on the deployment right now.

Pending merging of PR #36

brylie commented 3 years ago

@shailee-m I believe we have resolved this issue. I will deploy and test ASAP