You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: