-
Notifications
You must be signed in to change notification settings - Fork 298
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
Nextcloud Deck user cannot be deleted when sharing in a board.
Steps to reproduce
1.User has been created
2.
3.
Expected behavior
It is expected that after clicking "Delete" the user will be removed and no longer have access.
Nextcloud Server version
31
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Enabled
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
In the Edge developer console, I see the following error message after clicking "delete":
DELETE https://nextcloud.xxxxx-xxxxxxx.de/index.php/apps/deck/boards/4/acl/4 500 (Internal Server Error)
and
`settle.js:19
Uncaught (in promise)
X {message: 'Request failed with status code 500', name: 'AxiosError', code: 'ERR_BAD_RESPONSE', config: {…}, request: XMLHttpRequest, …}
code
:
"ERR_BAD_RESPONSE"
config
:
{transitional: {…}, adapter: Array(3), transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
message
:
"Request failed with status code 500"
name
:
"AxiosError"
request
:
XMLHttpRequest
onabort
:
ƒ ()
onerror
:
ƒ ()
onload
:
null
onloadend
:
ƒ g()
onloadstart
:
null
onprogress
:
null
onreadystatechange
:
null
ontimeout
:
ƒ ()
readyState
:
4
response
:
"{"status":500,"message":"Internal server error: Please contact the server administrator if this error reappears multiple times, please include the request ID \"Hobnz4Kp6M4OSmznmoaS\" below in your report.","requestId":"Hobnz4Kp6M4OSmznmoaS"}"
responseText
:
"{"status":500,"message":"Internal server error: Please contact the server administrator if this error reappears multiple times, please include the request ID \"Hobnz4Kp6M4OSmznmoaS\" below in your report.","requestId":"Hobnz4Kp6M4OSmznmoaS"}"
responseType
:
""
responseURL
:
"https://nextcloud.xxxxx-xxxxxxx.de/index.php/apps/deck/boards/4/acl/4"
responseXML
:
null
status
:
500
statusText
:
"Internal Server Error"
timeout
:
0
upload
:
XMLHttpRequestUpload {onloadstart: null, onprogress: null, onabort: null, onerror: null, onload: null, …}
withCredentials
:
false
[[Prototype]]
:
XMLHttpRequest
response
:
config
:
{transitional: {…}, adapter: Array(3), transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
data
:
{status: 500, message: 'Internal server error: Please contact the server a…t ID "Hobnz4Kp6M4OSmznmoaS" below in your report.', requestId: 'Hobnz4Kp6M4OSmznmoaS'}
headers
:
Te {cache-control: 'no-cache, no-store, must-revalidate', connection: 'close', content-length: '241', content-security-policy: "default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'", content-type: 'application/json; charset=utf-8', …}
request
:
XMLHttpRequest {onreadystatechange: null, readyState: 4, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload, …}
status
:
500
statusText
:
"Internal Server Error"
[[Prototype]]
:
Object
status
:
500
stack
:
"AxiosError: Request failed with status code 500\n at je (https://nextcloud.xxxxx-xxxxxxxxx.de/apps/deck/js/deck-main.js?v=10360911-8:2:2082319)\n at XMLHttpRequest.g (https://nextcloud.xxxxxxx-xxxxxxxx.de/apps/deck/js/deck-main.js?v=10360911-8:2:2086993)\n at vt.request (https://nextcloud.xxxxxxxx-xxxxxxxxx.de/apps/deck/js/deck-main.js?v=10360911-8:2:2095136)"
[[Prototype]]
:
Error
constructor
:
ƒ X(e,t,n,a,r)
toJSON
:
ƒ ()
isAxiosError
:
true
[[Prototype]]
:
Object
`