register page not redirecting to the homeowner-dashboard
when clicking on 'register'
#12917
Unanswered
remoteconn-7891
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a repost. But the register page is not redirecting to the
homeowner-dashboard
page when I click on the register button. When clicking on it, literally nothing happens.I inspected the Console and all it shows is this
So it shows the registration credentials in the Console. Also in the network tabs, all of the responses with
GET
methods have a status code of '200', possibly suggesting that the API call is working.When I posted this question about a week ago, I initially suspected that this was a backend (Django) API endpoint specific error. However, I finished running 3 unit tests for the login, registration and homeowner profile (the backend api to
homeowner-dashboard
) API endpoints with no errors.Here are the tests results for all 3 unit tests
Therefore this is clearly a VueJS issue, not a Django one. Here are some important VueJS files:
RegisterPage.vue
HomeownerDashboard.vue
Finally index.ts
PS I added the url path for my homeowner profile api endpoint
homeowner/profile/
. Not sure if this was the correct move or not. I think the API call is working, but there is possibly something in my RegisterPage.vue or HomeownerDashboard.vue that needs to be fixed.I really think it would be easier if you viewed my Github profile, that way you can view all of my files. My Github repo link is https://github.com/remoteconn-7891/FrontendArborfindr. Please I need help, I know that this is a simple VueJS fix.
Beta Was this translation helpful? Give feedback.
All reactions