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.
The problem I’m facing is trying to load the example startup project using my existing Wordpress website https://khmerlife.com
This is the error I’m seeing.
{ ServerError: Internal Server Error
at Object.then.response (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/api.ts:31:184)
at process._tickCallback (internal/process/next_tick.js:68:7)
name: ‘ServerError’,
status: 500,
statusText: ‘Internal Server Error’ }
I’ve followed all of the startup guidelines but am unable to have any success loading posts. I do have a a custom theme running on my site but not sure how that will affect my blog posts. Anyone run into the same issue? Is it just content related?
1 Like
mburridge2
Hi @chanrith
Welcome to the Frontity community. Having a custom theme running on your WordPress site won’t affect Frontity at all. Can you provide a link to a repo of your project so that we can take a look at your code. Thanks.
I’m having the same problem as you. Were you able to figure out what was going on?
andrash6
I changed in frontity.settings.js the url to my own - it worked for me. I think the problems are on the side test.frontity.org
calore9127
I have exactly the same problem!
I haven’t developed the project for a while, so I decided to run it and found the same error. I can’t find a solution or reason for this. I worked with my custom theme and everything was fine before.