0
Fixed

URL: [Object object] bug found under Messages when clicking receivers username.

SeiRruf 8 years ago updated by Digby (Community Manager) 7 years ago 3 2 duplicates

I recently noticed a quick bug which did not clear after clearing my cache, with several refreshes. This bug is minor, but serves as an inconvenience. I was able to reproduce it by sending a fresh new message, which may eliminate caching all together.


Replicating:

  1. On FurryNetwork, navigate to your messages (/conversations/).
  2. Click on/Open an existing message sent or received (if none, send one).
  3. In the body area of the message, click on the receiver's username above the body of the message.
  4. You should end up at the following URL: https://beta.furrynetwork.com/[object%20Object]/


I believe this is due to recent programming updates, which may have gone uncaught after changing the structure to the Objects used to handle usernames/profile urls.


Other Information:
System - Windows 7

Browser - Chrome, with JS enabled

Adblock - Disabled


I hope I filled this correctly with enough information to reproduce and correct this bug for the developers.

Answer

Answer
Fixed

The site has undergone some changes. At this point, clicking on the name above the conversation will take you to the user's profile.

Duplicates 2

Oops, accidentally cut the text, worrying that logging into github would redirect. It posted instead. Here's the bug body:

I tried clicking on the username of a character I was in a chat with and it directed me to https://beta.furrynetwork.com/[object%20Object]/ (notice the [object Object] where the username should be)


This is likely just a change in how user information is stored, and I'd be willing to bet changing something like `user` to `user.username` would fix this (note: i don't know the actual code used, this is a guess)

For further clarification of Replication #3.

Answer
Fixed

The site has undergone some changes. At this point, clicking on the name above the conversation will take you to the user's profile.