mitchmac / ServerlessWP

Host WordPress sites on Vercel, Netlify, or AWS Lambda
GNU General Public License v3.0
274 stars 123 forks source link

TiDB Deployment: Can't view posts or plugin settings page in admin panel #71

Open erikksuzuki opened 3 months ago

erikksuzuki commented 3 months ago

White Label CMS was installed and activated but when I attempt to navigate to the plugin's settings page, it returns me to the dashboard index.

Posts do not appear even when you create new posts.

Users do not appear in the users list

Using Node.js 18 on Vercel and TiDB as the backend. Update: Tried the same deployment on Netlify and the problems persist.

TomoyaKuroda commented 3 months ago

You need to install https://github.com/pingcap/wordpress-tidb-plugin

erikksuzuki commented 3 months ago

@TomoyaKuroda Thank you!

This solves the problem with posts not listing, but the problem with displaying users persists

White Label CMS also doesn't have an accessible dashboard even after this TiDB plugin installation