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

Console TypeError when browsing List Pages #596

Closed
dombyte opened this issue Jul 5, 2023 · 3 comments
Closed

Console TypeError when browsing List Pages #596

dombyte opened this issue Jul 5, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@dombyte
Copy link

dombyte commented Jul 5, 2023

Issue description

When opening a Page in the Browser which is using the List Template there is following Console Error Message: TypeError: undefined is not an object (evaluating 'r["@context"].toLowerCase')
For Example, just go to https://jpanther.github.io/congo/docs/homepage-layout/ and open the console, there you will see the error message.

Theme version

2.6.1

Hugo version

hugo v0.111.3+extended darwin/amd64

Which browser rendering engines are you seeing the problem on?

WebKit (Safari)

URL to sample repository or website

No response

Hugo output or build error messages

No response

@dombyte dombyte added the bug Something isn't working label Jul 5, 2023
@github-actions
Copy link

github-actions bot commented Aug 5, 2023

This issue has been automatically marked as stale because it has not had any recent activity.
If you are still experiencing this issue, please review the issue history and add a reply with any requested and/or additional information in order to keep the issue open.
This issue will automactically close in 14 days if no further activity occurs.

@github-actions github-actions bot added the stale This issue or pull request has not had any recent activity label Aug 5, 2023
@jpanther
Copy link
Owner

Thanks for the report, I've been able to verify this one. Will have to do some digging to see where it's originating.

@github-actions github-actions bot removed the stale This issue or pull request has not had any recent activity label Aug 15, 2023
@jpanther
Copy link
Owner

Okay, I've managed to track this down and it's a specific bug in Safari - see https://bugs.webkit.org/show_bug.cgi?id=255764
I'll see if there's a way to change the LD+JSON syntax in the project to avoid the parsing issue as it doesn't appear to be a problem in other browsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants