APP passwords Export 2 CSV (content type mismatch)

a pretty strange error …
app: 2025.12.21
NC: 32

also interesting a warn in the log

"message": "Controller OCA\\Passwords\\Controller\\Api\\PasswordApiController::list executed 1040 queries.",

want to export my passwords → csv (~1500 items)
than this happens

grafik

after updates we ran in some strange things .. maybe someone got an idea
/me not shure why there is such an error

HTTP 504 Gateway Timeout
resolved by setting Connection timeout & Server timeout to 36000ms
(tested with 1000 lines)

after that it worked … export worked like a charm :wink:
(now testing if there was a second error within the nginx/next.conf file resulting the content type mismatch)

1 Like

It’s likely that your server responds with a HTTP 504 error page in the case of a timeout. That causes the content type mismatch as the client expects a JSON response but gets a HTML page instead.

yes true, but was a little frustrating now seems to be fixed

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.