Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log in and Sign Up give 404 errors #169

Open
psharma04 opened this issue May 28, 2021 · 4 comments
Open

Log in and Sign Up give 404 errors #169

psharma04 opened this issue May 28, 2021 · 4 comments

Comments

@psharma04
Copy link

Set up routes correctly, but neither of them work. Also tried going to /members/signup and /members/signin, but neither seems to work.
Using Ghost 4.3.3.

Site with the issue: https://mysupport.lgbt/

@bahola
Copy link

bahola commented Jun 26, 2021

Hi,
How did you sort this out. I have the same problem

@softhints
Copy link

Hey,

I'm not sure if this is the correct solution but with latest ghost 4.8.4 you can try:

  • ghost/#/settings (Settings)
  • Membership
  • Portal Settings
  • Links

Find what are your links for Sign In and Sign Up

Then change the routes.yaml

  • Settings
  • Routes
  • Download your file

Change it to:

routes:
  /signup/: members/signup
  /signin/: members/signin

collections:
  /:
    permalink: /{slug}/
    template: index

taxonomies:
  tag: /tag/{slug}/
  author: /author/{slug}/

Note: I have two ghost versions and mapache and the steps differs for them. The above is for the latest one only:

@bahola
Copy link

bahola commented Jul 9, 2021 via email

@bahola
Copy link

bahola commented Jul 14, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants