Troubleshooting
Troubleshoot common issues when migrating.
Provided Host Name Not Valid
Update your settings.php
file with a trusted host setting, if you receive the following error message:
The provided host name is not valid for this server
Refer to the Trusted Host Setting documentation for more information.
Working With Dependency Versions
Version compatibility issues can occur when packages pulled by Composer are updated along with their dependencies. If this happens, you will need to manually alter the version constraints on a given package in the require
or require-dev
section of composer.json
to update the packages. Refer to the updating dependencies section of the Composer documentation for more information.
Troubleshoot package updates by running composer update
. This updates composer.lock
to the latest available packages. Package updates are constrained by version requirements in composer.json
.
Where can I report an issue?
Contact support to report any issues that you encounter.