Benjamin Jonard

Results 41 comments of Benjamin Jonard

Hello, any news concerning this issue ? Nginx will be supporting HTTP2 server push in its next release, it would be nice to be able to use it with Traefik....

The "COMPOSER_ALLOW_SUPERUSER" part is caused by the latest version of composer. But what error did you have that forced you to run the container as root ?

Hi, it looks like a problem with database credentials or with the database itself. Could you please check if your database is properly running ? `docker compose logs -f db`...

I looks like a problem happened during the database container initialization. Could you try removing your database volume and then restarting the database container only with `docker compose up db...

Ok, I'm going to remove the characters limitation, it shouldn't have any impact. I will also add the textarea as a field type for scrappers, line breaks should work with...

The price field causes the issue, users are not supposed to be able to add this type of field to a collection. I'll try to figure out how to make...

Hello, I think you just have to change APP_ENV to `prod`. I will update the docker-compose.dist.yml file to avoid this confusion

Latest Docker images should fix the unhealthy container. Closing for now but don't hesitate to reopen if the problem persists.

The new ubuntu docker is missing Avif support

Hello The first connection flow does very little. When you access the login page it checks if you have a user in your database, if not you are redirected to...