Strapi and google app engine resets automatically my role's endpoints configuration

System Information
  • Strapi Version: 3.6.2
  • Database: Google Cloud SQL (mysql)

Hi!

I’m using Strapi v3.6.2 and Google App Engine (flex env) with a Cloud SQL (MySQL) database.

My problem is that the configurations of the public role of Strapi are automatically restarted every so often (I assume that it will be when the instances are restarted in Google App Engine or something similar).

The settings that are automatically reset are:

For example, in the case of the photo, scheduleCall appears automatically unchecked when this happens

I don’t understand why this happens if the configuration of the public roles is in the Database that is external to the google app engine.

Can anybody help me?

Thanks!!