Skip to main content

Installing FluentCart in WordPress Studio?

I just began to record a new video using WordPress Studio. https://easywebdesigntutorials.com/local-development-using-wordpress-studio/
Installed Fluent Cart Pro (just released version) and in the first Onboarding screen I clicked "Install plugin" to install the free version. It went on and on and nothing happened. Then it end up with a Bad Gateway error.
Console said this:
Failed to load resource: the server responded with a status of 502 (Bad Gateway)
admin.php?page=fluent-cart:1

I was hoping to use a local development site to create another video....

Installing FluentCart in WordPress Studio?

Shahjahan Jewel

FluentCart uses JSON data types for MySQL (obviously for performance) and Studio use SQLite which does not support JSON data type and that's why FluentCart will not work on studio. We added a notice on dashboard if you use studio.

Thank you Shahjahan JewelΒ 
I made this issue on the WordPress Studio Github site:
https://github.com/Automattic/studio/issues/1876