Mapache icon indicating copy to clipboard operation
Mapache copied to clipboard

Log in and Sign Up give 404 errors

Open psharma04 opened this issue 3 years ago • 4 comments

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/

psharma04 avatar May 28 '21 04:05 psharma04

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

bahola avatar Jun 26 '21 08:06 bahola

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:

  • https://datascientyst.com/
  • https://blog.softhints.com/

softhints avatar Jul 05 '21 06:07 softhints

Thanks, Let me try this

[image: Description: bio cover pic] [image: Bahola Labs FB] http://www.facebook.com/baholalabs[image: @bahola] http://www.twitter.com/bahola

Bahola Labs | 2, Tiger Varadachari Road, Kalakshetra Colony, Besant Nagar, Chennai: 600090

Ph: 91 44 2446 5501 | email: @.*** | www.bahola.co

On Mon, 5 Jul 2021 at 12:22, Softhints @.***> wrote:

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:

  • https://datascientyst.com/
  • https://blog.softhints.com/

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/godofredoninja/Mapache/issues/169#issuecomment-873852373, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUUBWR7A56EER7A5K3ONY23TWFJDRANCNFSM45VVBARQ .

bahola avatar Jul 09 '21 01:07 bahola

Hi , I am now using your theme simply and I would like to remove the Login and Signup buttons you have on the website as I prefer to use the login page and the signup page. www.ilovehomoeopathy.info ( This is just a test to setup the config and then I will move my blog here can you do that for me? Also the dark mode, I will need to get a reverse logo there as the present logo is not visible. Is it possible to have one channel open only in dark mode? Loving your theme Best regards Kartik

[image: Description: bio cover pic] [image: Bahola Labs FB] http://www.facebook.com/baholalabs[image: @bahola] http://www.twitter.com/bahola

Bahola Labs | 2, Tiger Varadachari Road, Kalakshetra Colony, Besant Nagar, Chennai: 600090

Ph: 91 44 2446 5501 | email: @.*** | www.bahola.co

On Mon, 5 Jul 2021 at 12:22, Softhints @.***> wrote:

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:

  • https://datascientyst.com/
  • https://blog.softhints.com/

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/godofredoninja/Mapache/issues/169#issuecomment-873852373, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUUBWR7A56EER7A5K3ONY23TWFJDRANCNFSM45VVBARQ .

bahola avatar Jul 14 '21 01:07 bahola