Installation error
Author: victor10292Created Aug 21, 2026Updated Aug 22, 2026
LabelsAwaiting response
Environment
- Version: 2.6.14
- Installation:
- PHP version: 8.4
- OS: Armbian
- Database: sqlite
- Configuration:
APP_ENV=prod
DATABASE_URL=...
MAILER_DSN=...
REDIS_URL=...
RABBITMQ_URL=...
WALLABAG_BASE_URL=...
WALLABAG_TABLE_PREFIX=...
WALLABAG_REGISTRATION_ENABLED=...
WALLABAG_CONFIRMATION_ENABLED=...What steps will reproduce the bug?
When running make install, the following error occurs:
Invalid type for path "sentry.dsn". Expected one of "bool", "int", "float", "string", but got one of "bool", "int", "float", "string", "array".
Hint: If this value is not provided, the SDK will try to read it from the SENTRY_DSN environment variable. If that variable also does not exist, the SDK
will not send any events.
Where can I set that environment parameter? I even can't find the configuration file app/config/parameters.yml which exists in version 2.6.10.
Could you please take a look at it?
Source: wallabag/wallabag