-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
POST api/image-gallery reurn 500 and no content #5338
Comments
What i tried ho threw all available logs, nothing, enable APP_DEBUG, also no result |
Hi @GamerClassN7, If you're seeing a 500 that really should be logged at some level. Check error logs at the proxy(ies) level(s) first then work down, as this might not be reaching the app container if the format is invalid, which could be easy to get wrong if manually creating multipart requests. Without testing it, the code looks okay apart from not knowing what's been redacted/trimmed from this example. Is the file content actually being added to the multi-part body (I see no direct inclusion of the actual jpeg image data in any of this). |
Hi i checked every possible log nothing there, but interesting few other Files get threw ? just first 100 or so, on other hand i am able to paste them in WYSIWYG editor. Would be possible to connect over discord (Images contains mac addresses and SN o HW) or something no so open/public so maybe i can share few images with you to check if you are able to figure something what can be wrong. |
|
Describe the Bug
when i trying to upload, ima with this request
Steps to Reproduce
Op api client of your choice and try to upload file
Expected Behaviour
upload file
Screenshots or Additional Context
Browser Details
No response
Exact BookStack Version
BookStack v24.10.2 https://docs.linuxserver.io/images/docker-bookstack/
The text was updated successfully, but these errors were encountered: