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

Blog permalinks only working on default language #1135

Closed
1 task done
Robjam opened this issue Dec 26, 2018 · 2 comments
Closed
1 task done

Blog permalinks only working on default language #1135

Robjam opened this issue Dec 26, 2018 · 2 comments

Comments

@Robjam
Copy link

Robjam commented Dec 26, 2018

  • I confirm that this is a issue rather than a question.

Bug report

Blog-plugin permalink with multiple locales are ignored.

Version

1.0.0-alpha.30

Steps to reproduce

  • clone sample repo

  • install dependecies yarn

  • run locally yarn dev:blog

  • navigate to localhost:8080/jp/2018/12/26/first-article.html (404)

  • (confirmation) navigate to localhost:8080/jp/_posts/FirstArticle.html

What is expected?

localhost:8080/jp/2018/12/26/first-article.html should load the page

What is actually happening?

localhost:8080/jp/_posts/firstarticle.html loads the page

Other relevant information

  • Your OS:
    MacOS Mojave 10.14.1

  • Node.js version:
    10.14.2

  • Browser version:
    Firefox 64

  • Is this a global or local install?
    local

  • Which package manager did you use for the install?
    yarn

I can make a PR if interested.

@seifertm
Copy link
Contributor

I am running into the same issue. Have you found a workaround until this is addressed?

@ulivz
Copy link
Member

ulivz commented Jun 4, 2019

We have reimplemented the blog plugin. (See: #36 (comment))

Could you help check if this issue exists at the new blog plugin? If yes, please create issue at there.

@ulivz ulivz closed this as completed Jun 4, 2019
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