Gatsby-theme-novela: authorsPath is ignored

Created on 19 Jan 2020  路  6Comments  路  Source: narative/gatsby-theme-novela

Version of Novela you are using
0.13.2

Number of posts you have and which data source
Local: 3

Describe the bug
Following the README, I have set the authorsPath property in the theme options to override the default /authors, but nothing changed.

To Reproduce
Steps to reproduce the behavior:

  1. Open gatsby-config.js
  2. Go to the @narative/gatsby-theme-novela plug-in configuration
  3. Add the authorsPath under options property and set it to, for example, "/about"
  4. Run the dev server

Expected behavior
Authors page have the URL starting with /about.

Screenshots
authorsPage not working

Browser
Chrome, Safari, Firefox

Additional context
Nothing to add.

bug priority

Most helpful comment

any updates ? authors page still broken

All 6 comments

@dennismorello Have you found a workaround, just ran into this issue as well :(

Hi, I have no time in this period to fix it. Is anyone else available?

I can't even get the default authors page to work even with setting authorsPage to true in gastby config. Did you run into that issue as well?

Prerequisites

  • [x] Have you searched the issue tracker for similar issues (either past or present)?
  • [x] Can you reproduce the issue consistently?

Description

Version of Novela you are using

0.13.3

Number of posts you have and which data source

  • [x] Local
    one test post
  • [ ] Contentful

What are you trying to achieve?

Getting the AuthorsPage to load

What's blocking you?

404 page not found

Additional context

I'm trying to enable the AuthorsPage feature
I enabled the option in gatsby-config.js

    {
      resolve: "@narative/gatsby-theme-novela",
      options: {
        contentPosts: "content/posts",
        contentAuthors: "content/authors",
        rootPath: "/",
        basePath: "/",
        authorsPage: true,
        mailchimp: true,
        sources: {
          local: true,
          contentful: false,
        },
      },
    },

I deployed the site locally and on Netlify https://reverent-bohr-8e67e8.netlify.com
when i navogate to the authors page /authors I get a 404 error

@dennismorello Apologies for the late response, I am not sure if anyone else is available to fix this. How hard do you think it would be?

any updates ? authors page still broken

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jorgeorejas picture jorgeorejas  路  3Comments

alfieqashwa picture alfieqashwa  路  4Comments

sw-yx picture sw-yx  路  3Comments

SabariVig picture SabariVig  路  4Comments

rommelporras picture rommelporras  路  4Comments