You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
I get the uploaded file in the directory specified, however, nothing is saved in the database. And I see Internal Server Error on the UI error message.
I narrowed the error down and found out that there is something with the url that I cannot figure out. For some reason the reverse function reverse('upload-delete', args=[self.object.id] causes the error.
What might be the problem?
Thanks
The text was updated successfully, but these errors were encountered:
I get the uploaded file in the directory specified, however, nothing is saved in the database. And I see Internal Server Error on the UI error message.
I narrowed the error down and found out that there is something with the url that I cannot figure out. For some reason the reverse function reverse('upload-delete', args=[self.object.id] causes the error.
What might be the problem?
Thanks
The text was updated successfully, but these errors were encountered: