canonn-science / CAPIv2-Strapi

Canonn APIv2
https://api.canonn.tech
GNU General Public License v3.0
41 stars 8 forks source link

GraphQL Playground is disabled in Prod, add option to enable it. #29

Closed derrickmehaffy closed 6 years ago

derrickmehaffy commented 6 years ago

External Issue: https://github.com/strapi/strapi/issues/1392

I have temp committed a fix that enables it: https://github.com/canonn-science/CAPIv2-Strapi/commit/d922f1a14a6c16c04fedbab8ab924da2eaac42fe

I believe the intended fix will add an additional configuration variable that will allow you to enable it in production use.

derrickmehaffy commented 6 years ago

Fixed in https://github.com/strapi/strapi/pull/1409