You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hy, i have an issue when trying to build the project for the first time. I get the following error:
invalid interpolation format for services.php.environment.MERCURE_PUBLIC_URL.
You may need to escape any $ with another $.
https://${SERVER_NAME:-localhost
Environment:
OS: Linux Mint
Docker version: Docker version 26.1.2, build 211e74b
Steps to Reproduce:
Clone the repository.
Run docker compose build --no-cache.
Expected Result:
The project should build without any errors.
Actual Result:
The build fails with the following error message:
invalid interpolation format for services.php.environment.MERCURE_PUBLIC_URL.
You may need to escape any $ with another $.
https://${SERVER_NAME:-localhost
Temporary Fix:
To fix the issue, I modified a line in the docker-compose.yaml file:
What happened?
Hy, i have an issue when trying to build the project for the first time. I get the following error:
Environment:
Steps to Reproduce:
docker compose build --no-cache
.Expected Result:
The project should build without any errors.
Actual Result:
The build fails with the following error message:
Temporary Fix:
To fix the issue, I modified a line in the
docker-compose.yaml
file:Old:
New:
Question:
Is this a global issue or just limited to a certain configuration?
Build Type
Official static build
Worker Mode
No
Operating System
GNU/Linux
CPU Architecture
x86_64
PHP configuration
Relevant log output
No response
The text was updated successfully, but these errors were encountered: