-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error logged when creating a new share #3768
Comments
Mmm I can't reproduce this. But what I find most strange is that the Can you check your browser console what the actual PUT request is? |
This is the actual {
"headersSize": 1401,
"bodySize": 11,
"postData": {
"mimeType": "application/x-www-form-urlencoded; charset=UTF-8",
"text": "expireDate=",
"params": [
{
"name": "expireDate",
"value": ""
}
]
}
} And it can also be reproduced without an expiration date policy in Nextcloud 11.0.2:
|
I still don't get a warning in my logs... @schiessle can you give this a go? |
Sorry guys, I forgot to mention that this error is logged by So this is probably a bug in |
As there is no feedback since a while I will close this ticket. If this is still happening please feel free to reopen. |
I am getting the following errors in my NextCloud server log when creating a new share:
Apache log
The share itself is working, it's just a nasty error in the log.
Steps to reproduce:
NextCloud version: 11.0.2
The text was updated successfully, but these errors were encountered: