The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
✓ Specific errors you’re getting in the terminal
None
âś“ Specific errors getting in the console when open category link from the navigation menu
capitalize.ts?adee:3 Uncaught (in promise) TypeError: Cannot read property 'split' of undefined
at __webpack_exports__.default (capitalize.ts?adee:3)
at Object.eval (postType.ts?e855:118)
at Generator.next (<anonymous>)
at asyncGeneratorStep (postType.ts:4)
at _next (postType.ts:4)
at eval (postType.ts:4)
at new Promise (<anonymous>)
at Object.eval (postType.ts:4)
at Object.eval [as func] (postType.ts?e855:41)
at eval (actions.ts?f1c8:88)
âś“ if category link opened directly error in the console
Uncaught TypeError: this.remove is not a function
at <anonymous>:12:14
âś“ A repository or codesandbox with the code of your project https://github.com/Divaksh/forgotten-developer/tree/master
âś“ A deployed version of your site http://divaksh.com/
âś“ A category link where the empty posts are not getting displayed https://divaksh.com/java/
âś“ The URL of your WP REST API https://api.divaksh.com/wp-json
juanma3
Hi @Divaksh,
Are you using custom posts/categories? This issue seems to be related with this one
Divaksh5
No, I’m not. I have just removed “category” from the URL using the option of Yoast SEO.
I added following in the state in the frontity.settings.js and it worked, thank you for pointing to me to the right direction.