Hello,
I recently upgraded my Centreon dev platform to version 24.10.2. While most features are functioning as expected, I am encountering issues with certain options.
For instance, when I switch from Light to Dark mode or add/delete columns on the Resource Status page, I receive the following error:
Error on updating a user
Immediately after this, I am automatically redirected to the login screen.
However, upon logging in again, I notice that the changes were successfully applied.
In developer mode, I can see...
Request URL
https://mydomain/centreon/api/latest/configuration/users/current/parameters
Request Method: PATCH
Status Code: 500 Internal Server Error
Remote Address: XX.XXX.XXX.XXX:443
Referrer Policy: strict-origin-when-cross-origin
Response Headers
Api-version: 24.10
cache-control: no-cache, private
content-type: application/json
date: Wed, 27 Nov 2024 17:36:09 GMT
server: Apache
set-cookie: PHPSESSID=deleted; expires=Thu, 01 Jan 1970 00:00:01 GMT; Max-Age=0; path=/; secure; HttpOnly; SameSite=lax;HttpOnly;Secure;SameSite=Strict
strict-transport-security: max-age=31536000; includeSubDomains
Request Headers
:authority: mydomain.net
:method: PATCH
:path: /centreon/api/latest/configuration/users/current/parameters
:scheme: https
accept: application/json, text/plain, */*
accept-encoding: gzip, deflate, br, zstd
accept-language: en-US,en;q=0.9,fr;q=0.8,fr-FR;q=0.7
content-length: 17
content-type: application/x-www-form-urlencoded
cookie: AWSELBAuthSessionCookie-XXXX…….
Origin: https://mydomain.net
Priority: u=1, i
Referer: https://mydomain.net/centreon/monitoring/resources?details=XXXXX…..
sec-ch-ua: "Microsoft Edge";v="131", "Chromium";v="131", "Not_A Brand";v="24"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
Could you please help?