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
If you want to log in via the Auth header, this is not possible. When opening the database, you will still be asked for a password that has never been set.
This behavior only occurs since version 25.01.
Checking if there are any migrations to run for direction "up"...
Migrations: DONE
Listening on :::5006...
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
at _Validations.<anonymous> (file:///app/node_modules/express-rate-limit/dist/index.mjs:154:15)
at _Validations.wrap (file:///app/node_modules/express-rate-limit/dist/index.mjs:287:18)
at _Validations.xForwardedForHeader (file:///app/node_modules/express-rate-limit/dist/index.mjs:152:10)
at Object.keyGenerator (file:///app/node_modules/express-rate-limit/dist/index.mjs:516:19)
at file:///app/node_modules/express-rate-limit/dist/index.mjs:569:32
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///app/node_modules/express-rate-limit/dist/index.mjs:550:5 {
code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/';
}
2025-01-07T18:34:47.566Z info: GET 200 /account/needs-bootstrap
2025-01-07T18:34:47.638Z info: GET 304 /account/needs-bootstrap
2025-01-07T18:34:47.743Z info: GET 304 /account/needs-bootstrap
2025-01-07T18:48:38.448Z info: GET 200 /account/needs-bootstrap
2025-01-07T18:48:38.453Z info: GET 200 /account/needs-bootstrap
2025-01-07T18:49:12.336Z info: GET 200 /account/needs-bootstrap
2025-01-07T18:49:12.338Z info: GET 200 /account/needs-bootstrap
Screenshot:
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox, Chrome, Microsoft Edge
Operating System
Windows 11
The text was updated successfully, but these errors were encountered:
Verified issue does not already exist?
What happened?
If you want to log in via the Auth header, this is not possible. When opening the database, you will still be asked for a password that has never been set.
This behavior only occurs since version 25.01.
There is a discussion about this on Discord:
https://discord.com/channels/937901803608096828/1326262567605375038
What error did you receive?
Logfile:
Screenshot:
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox, Chrome, Microsoft Edge
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: