Hello everyone!
I’ve been working with Frontity now more than two months, and I’m still quite new. I have finally managed to deploy my website.
However, I have some issues here, and I hope you can help me with this.
I don’t know how you guys are solving the backend URL issue, but I tried to change under the WordPress general settings that WordPress address (URL) is different than Site address as I would like to redirect any traffic made to my WordPress address to Vercel domain. For instance, if the user is going to my WordPress address, which is in my case content.reinaldudras.ee and visits it, they will be forwarded to reinaldudras.ee as content.reinaldudras.ee is the domain where Frontity is fetching the WP posts and therefore only content.reinaldudras.ee/wp-admin should be accessible for content management.
I’ve found out that having a WordPress address as the backend address (content.reinaldudras.ee) for admin access only and site address (reinaldudras.ee in my case) as a front-end address could solve that issue. Visitors would never see WordPress address in the front end (it will be redirected to reinaldudras.ee), but when doing that, then adding posts or updating them fails with the following error: “Updating failed. You are probably offline.”
So every time I want to add or update posts, pages, etc. I would have to change the Site address back to content.reinaldudras.ee. Any ideas on how I can add posts, pages, etc., and update them without having to do this every time?
Thank you for any advice!