Background of the issue:
I am trying to migrate my site onto Cloud Run. When I push the WPML folder, it has issues with files not being found. We identified the issue as being related to file names that cannot be read due to case sensitivity. After deploying the site, uploading and activating the plugin results in an error: 'Error from Authorize Endpoint: true'. We have tried different debugging methods and used both PHP and WordPress Docker images without success.
Symptoms:
Error from Authorize Endpoint: true. Issues with file names not being found due to case sensitivity.
Questions:
How can I resolve the file name case sensitivity issue when migrating WPML to Cloud Run?
What causes the 'Error from Authorize Endpoint: true' when activating WPML after deployment?