url paths not functioning properly #12956
remoteconn-7891
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys. All of the pages are showing blank pages and I think I may know why this is happening. Currently I have 6 total pages along with 6 url patterns that should route to the pages.
I added two additional pages, UpdatePassword and ConfirmUpdatedPassword. There might be something wrong with the url path for one of these Vue pages.
Here is my index.ts
UpdatePassword.vue
ConfirmUpdatedPassword.vue
These files might be helpful too. main.ts
App.vue
Finally vite.config.ts
Here is a screenshot of the Network in inspections. As you can see from the sceenshot, it's a 200 status response and it only shows 'Hello World' at the top of the page.
Please I need help with this. Also on a unrelated note, I posted this here before, but I also need help redirecting my register page to my homeowner dashboard page upon clicking on the 'register' button.

Beta Was this translation helpful? Give feedback.
All reactions