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.
I created a component that uses this handler and displays the list of topics fine.
When I click into a topic using the slug as the URL from that topic list page, I see the 404 page.
But when I directly navigate to it (if I just refresh the browser at the page for an individual topic) the post component shows up properly with the title of the tag.
I’m having a hard time figuring out why the page is not found when navigated to from the list, but comes up when hit directly.
Any help would be great!
Thanks,
Jayme
mburridge2
Hi @jayme
Welcome to the Frontity community.
Can you provide a link to a repo so that we can take a look at your code and clone the repo to reproduce the problem. It would be really useful if your API is publicly available too when we attempt to reproduce the issue.
See here for the kind of information that you can provide that will help us to help you.
jayme3
Sorry for the delay in replying. Thanks for the warm welcome!
Could you let me know your github username and I can invite you?
It’s a private repo.
juanma5
Hi @jayme ,
Sorry, but we (the Frontity team) dont provide support for private repos. We are first of all moderators of this Community Forum and our first goal is to moderate the issues so we or any other member of the community can provide help
Here you have the recommended information to provide when having issues on specific projects so the Frontity team or any other member of the community can provide help
If the code of the project cannot be publicly published, we recommend creating a sandbox with the minimal amount of code to emulate the issue