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
GET https://s3.us-central-1.wasabisys.com/docdrop-annotations-prod/russell_problemsphilosophy_en_2004-qcyf4.epub?AWSAccessKeyId=...&Signature=...=&Expires=... fails with 400 Bad Request. Replacing & with & in URL fixes the issue. It appears to be because of escaping of book_url in epub.html template. I haven't tried running the server locally, but in theory the following change should fix the issue:
GET https://s3.us-central-1.wasabisys.com/docdrop-annotations-prod/russell_problemsphilosophy_en_2004-qcyf4.epub?AWSAccessKeyId=...&Signature=...=&Expires=...
fails with400 Bad Request
. Replacing&
with&
in URL fixes the issue. It appears to be because of escaping ofbook_url
inepub.html
template. I haven't tried running the server locally, but in theory the following change should fix the issue:https://stackoverflow.com/questions/18345867/how-to-stop-django-template-code-from-escaping
The text was updated successfully, but these errors were encountered: