Nick Lai
Nick Lai
Please comment out these environment variables in `docker/compose.dev.yml` https://github.com/yiisoft/app/blob/7e3746ae652402bc5e071550f821b3496daacc35/docker/compose.dev.yml#L7-L9
Run `composer diagnose` to check for common problems: ```sh composer diagnose --profile ``` Or try clearing the cache and updating the composer version: ```sh composer clear-cache composer self-update --stable ```
> Also my host 80 port has already been occupied by another app. How to set alternative port number? Modify the `DEV_PORT` environment variable in `docker/.env`: https://github.com/yiisoft/app/blob/7e3746ae652402bc5e071550f821b3496daacc35/docker/.env#L9 Then restart the...
This issue should be fixed in #2853, but the author has not released a new version yet. Minimal reproducible example: https://codesandbox.io/p/sandbox/bootstrap-select-1-14-0-beta3-32wfr5 If you want to try the unreleased dev version,...