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 plugin: category, tag page don't work #881

Closed
mAKEkr opened this issue Sep 28, 2018 · 13 comments
Closed

Blog plugin: category, tag page don't work #881

mAKEkr opened this issue Sep 28, 2018 · 13 comments
Labels
status: awaiting more context Need more context about this issue

Comments

@mAKEkr
Copy link
Contributor

mAKEkr commented Sep 28, 2018

Bug report

Version

v1.0.0-alpha.1

Steps to reproduce

  1. install ulivz/vuepress-blog-example-egoist repository
  2. run development mode(vuepress dev source)
  3. access to tag, category page

What is expected?

displaying category, tags page.

What is actually happening?

404 page displaying.

Other relevant information

testing on ulivz/vuepress-blog-example-egoist repository.

  • Your OS: Windows 10
  • Node.js version: v10.4.1
  • Browser version: Firefox
  • Is this a global or local install? local install
  • Which package manager did you use for the install? npm
@ulivz
Copy link
Member

ulivz commented Sep 28, 2018

Can't reproduce it. did you clone the latest repo?

@ulivz ulivz added the status: awaiting more context Need more context about this issue label Sep 28, 2018
@mAKEkr
Copy link
Contributor Author

mAKEkr commented Sep 28, 2018

@ulivz yes, I clone latest repo, and try to up to date nodejs, but same problem on my environment.
vuepress

https://github.com/mAKEkr/vuepress-blog-akekr
this is my vuepress repository, maybe this help for solve this issue.

@mAKEkr
Copy link
Contributor Author

mAKEkr commented Sep 28, 2018

current check build command, all render complete without error.
category and tag page render complete and don't displaying 404.
this problem still an error occurs on dev command.

@ulivz
Copy link
Member

ulivz commented Sep 29, 2018

@mAKEkr Could you check if v1.0.0-alpha.2 works?

@mAKEkr
Copy link
Contributor Author

mAKEkr commented Sep 29, 2018

@ulivz I checked v1.0.0-alpha.2 on my repository, these problem not solved yet, and new error on dev/build script.

windows problem
this error has only displaying on Windows OS environment(Ubuntu 18.08 windows subsystem don't display this error). maybe 19e73d7 this commit effect on my environment.

@ekoeryanto
Copy link
Contributor

I have the same issue,
and fixed with #886

@mAKEkr
Copy link
Contributor Author

mAKEkr commented Oct 4, 2018

category and tag page don't register on page-components.js. maybe this is key of solve this issue.

@zvinless
Copy link

this occurs for me on macOS as well, both with the vuepress-blog-example-egoist (alpha.8) repository and with a simple theme on alpha.13.

@mAKEkr
Copy link
Contributor Author

mAKEkr commented Oct 20, 2018

@zvinless can you try on applied #909 PR? this PR solved my issue.

@zvinless
Copy link

@mAKEkr yeah, the pages get generated properly with that change applied 👍

@amorist
Copy link
Contributor

amorist commented Oct 29, 2018

same issue

Your OS: MacOS 10.14
Node.js version: v11.0.0
Browser version: Chrome
Is this a global or local install? local install
Which package manager did you use for the install? npm & yarn

@tkzwhr
Copy link

tkzwhr commented Dec 12, 2018

It might work according to Node.js version.
My OS is Ubuntu 18.04 on Windows Subsystem for Linux.

Node.js versions

  • v8.14.0 => 200 OK
  • v9.11.2 => 200 OK
  • v10.14.2 => 404 Not Found
  • v11.4.0 => 404 Not Found

Applied #909 ( @mAKEkr 👍 )

  • v8.14.0 => 200 OK
  • v9.11.2 => 200 OK
  • v10.14.2 => 200 OK
  • v11.4.0 => 200 OK

@ulivz
Copy link
Member

ulivz commented Jan 8, 2019

This issue should be fixed at the latest version (1.0.0-alpha.30).

@ulivz ulivz closed this as completed Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: awaiting more context Need more context about this issue
Projects
None yet
Development

No branches or pull requests

6 participants