You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behavior is once you click on a convo, the links becomes base_url + "/" + emailid
this makes a problem if the user tried to refresh the browser will try to fetch a non existing page (with the name of emailid)
It would be better to use a hashtag so it becomes: base_url + "/" + "#" + emailid
The text was updated successfully, but these errors were encountered:
Hi,
The current behavior is once you click on a convo, the links becomes
base_url + "/" + emailid
this makes a problem if the user tried to refresh the browser will try to fetch a non existing page (with the name of emailid)
It would be better to use a hashtag so it becomes:
base_url + "/" + "#" + emailid
The text was updated successfully, but these errors were encountered: