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

Category description sometimes "undefinied" #914

Open
kgabor545 opened this issue Mar 29, 2022 · 0 comments
Open

Category description sometimes "undefinied" #914

kgabor545 opened this issue Mar 29, 2022 · 0 comments

Comments

@kgabor545
Copy link

Bug report
Category description is undefinied, only page reload fixes it.

Expected behavior
always load all description

Observed behavior
With my site it looks random, which description is not loading.
On the default test site everything else is undefinied and fixes to "Aleteia" on page reload.

Steps involved to reproduce the problem
fresh install, either of the two suggested theme.
Only this much change in title:
(twentytwenty theme page-meta-title.js)

if (data.isTaxonomy) {
    const { taxonomy, name, description } = state.source[data.taxonomy][data.id];
    title = `${description}`;
  } else if (data.isAuthor) {
...

On default site now every category title is "undefinied" except one.

Info about your system

System:

  • OS: Linux 5.15 Manjaro Linux
  • CPU: (4) x64 Intel(R) Core(TM) i3-10110U CPU @ 2.10GHz
  • Memory: 9.95 GB / 15.47 GB
  • Shell: 5.1.16 - /bin/bash

Binaries:

  • Node: 17.7.1 - /usr/bin/node
  • npm: 8.5.4 - /usr/bin/npm

Browsers:

  • Chrome: Not Found
  • Firefox: 98.0.2

npmPackages:

  • @frontity/core: ^1.15.1 => 1.15.1
  • @frontity/html2react: ^1.7.0 => 1.7.0
  • @frontity/tiny-router: ^1.4.4 => 1.4.4
  • @frontity/twentytwenty-theme: ./packages/twentytwenty-theme => 1.3.3
  • @frontity/wp-source: ^1.11.7 => 1.11.7
  • frontity: ^1.17.2 => 1.17.2

npmGlobalPackages:

  • frontity: Not Found
  • npx: Not Found
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

1 participant