I’ve experimented with docker and a fresh ubuntu server VM. In both cases… a new tag results in a 404 if you click on it. Only if you restart ghost does it work properly.
Any idea how to fix this?
See link: After creating a new tag and requesting its collection page, Ghost returns a 404 | After update to latest Ghost release. · Issue #10433 · TryGhost/Ghost · GitHub
1 Like
jimzcc
October 13, 2022, 5:16am
2
as of 2022-10-13 :
ghost version : 5.18.0
ghost-cli version : 1.23.1
confirmed this same bug still exist.
my ghost installation has been running for months, looks like this is a new bug introduced by recent upgrades.
github issue i just added :
opened 05:30AM - 13 Oct 22 UTC
closed 10:48AM - 17 Oct 22 UTC
bug
help wanted
p2:major
Hacktoberfest
### Issue Summary
1. create a new post with content ;
2. add a new tag alongs… ide the new post ;
3. the new tag will appear in the site, but the link to that tag is 404 ;
4. can only be fixed by restarting ghost.
### Steps to Reproduce
1. create a new post with content ;
2. add a new tag alongside the new post ;
### Ghost Version
5.18.0
### Node.js Version
v18.10.0
### How did you install Ghost?
self-hosted on ubuntu 22
### Database type
MySQL 8
### Browser & OS version
ubuntu 22.04
### Relevant log / error output
```shell
tested on both node v16.15.0 and v18.10.0
can only be fixed by restarting ghost.
```
### Code of Conduct
- [X] I agree to be friendly and polite to people in this repository