Skip to content
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

[BUG] Exercise image not being upload #1603

Open
eHonnef opened this issue Mar 11, 2024 · 3 comments
Open

[BUG] Exercise image not being upload #1603

eHonnef opened this issue Mar 11, 2024 · 3 comments

Comments

@eHonnef
Copy link

eHonnef commented Mar 11, 2024

I'm not able to upload a new image for the exercise, only videos are working.

Steps to Reproduce

  1. Edit an exercise
  2. Click on "Add" button to upload image, select image (jpeg, png, doesn't matter, it won't work)
  3. It should make a POST request (as it does with the video), but nothing happens
  4. Try to click on "Save" button, it will make a PATCH request, but also, nothing happens

Environment

  • Latest docker image.
  • Nginx as reverse proxy

Also, the "Alternative Name" also doesn't appear to be working properly, I fill the field, click save, nothing happens.

@erikderzweite
Copy link

Are there any errors in the browser's console or in the docker logs? Might be a permissions issue.

@eHonnef
Copy link
Author

eHonnef commented Apr 9, 2024

Unfortunately, I don't have the container running anymore, but as far as I checked, no errors reported in the container.
The thing is that the button didn't do anything.

@johan-6
Copy link

johan-6 commented May 5, 2024

I have the same issue.
After I click the add button and selected the image, there is an error in browser's console.
By the way, I don't seen any request in network tab, might be an issue of FE?

Attach the error log:

output.10f910354a3f.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'title')
    at output.10f910354a3f.js:1:632955
    at h (output.10f910354a3f.js:1:399561)
    at Generator.<anonymous> (output.10f910354a3f.js:1:400884)
    at Generator.next (output.10f910354a3f.js:1:399971)
    at Zl (output.10f910354a3f.js:1:557482)
    at a (output.10f910354a3f.js:1:557686)
    at output.10f910354a3f.js:1:557747
    at new Promise (<anonymous>)
    at output.10f910354a3f.js:1:557626
    at output.10f910354a3f.js:1:633316

27H_PGZMN@NO`(6}@RRJY(B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants