volentixlabsinc / venue-server

The backend services for Venue, a community engagement platform for the Volentix community
https://venue.volentix.io
MIT License
6 stars 0 forks source link

Confirmation email link completely broken #176

Closed shawnlauzon closed 6 years ago

shawnlauzon commented 6 years ago

Describe the bug In the confirmation email received after registration, the Confirm button changes colour, but clicking on it does nothing. When I look at the actual HTML, I see:

                                        <tbody>
                                        <tr>
                                            <td><a href=3D"(&#39;http://loc=
alhost:3000&#39;,)/api/manage/confirm-email/?code=3Dc6a99d04cf69aa6d"
                                                   target=3D"_blank">Confir=
m</a></td>
                                        </tr>
                                        </tbody>

which looks like an encoding issue (&#39;).

To Reproduce Steps to reproduce the behavior:

  1. Register a new email
  2. Open email
  3. Find email from Venue
  4. Attempt to click on Confirm
  5. See that it doesn't go to a new link

Expected behavior Clicking on Confirm should open a link to the signup screen.

Screenshots image

Additional context n/a

Reported by @Lyncis.

shawnlauzon commented 6 years ago

This seems to be working on Dev; I wonder if it was a problem with an old container on localhost again.