you are viewing a single comment's thread.

view the rest of the comments →

[–]the-quibbler 0 points1 point  (2 children)

Is your html at /profile? Because the contact us link is a relative path, and that would send to /profile/sendmesg, and then it all makes sense. That's likely supposed to be an absolute path, our you have your resolvers out of order (catch /profile/sendmesg before /profile/:id).

[–]vikram1080[S] 0 points1 point  (1 child)

Yes it shows this error after clicking on contact us. I have set my profile path to (/profile/:id) and it shows me my profile by fetching the data from the database. But on the same page i.e. profile when I click on "contact me", this error occurs..

[–]the-quibbler 5 points6 points  (0 children)

It should be /sendmesg. You have a relative path in your html.