Hi,
When a user signs up to my ghost membership site, the activate account link redirects them to this page: https://voltamedia.co/{{@site.url}}/signup/
This just results in an error 404.
When they login the link works fine.
Hi,
When a user signs up to my ghost membership site, the activate account link redirects them to this page: https://voltamedia.co/{{@site.url}}/signup/
This just results in an error 404.
When they login the link works fine.
You have some JavaScript in your theme doing this!
https://voltamedia.co/assets/js/membership.js
I would suggest either creating the page or updating your scripts to perform the desired behaviour
Oops, thanks for pointing that out