Create project with special character in URL. e.g. https://staging.cadasta.org/organizations/alukach-qa-21-org/projects/tést/
Try to export project (must have 1 resource or record).
Looking at our export worker's logs, I see that it is getting a 401. My guess is that the Cadasta/drf-tmp-scoped-token lib fails to correct decode the URL.
Steps to reproduce the error
Create project with special character in URL. e.g.
https://staging.cadasta.org/organizations/alukach-qa-21-org/projects/tést/
Try to export project (must have 1 resource or record).
Looking at our export worker's logs, I see that it is getting a 401. My guess is that the Cadasta/drf-tmp-scoped-token lib fails to correct decode the URL.
Actual behavior
Export failure.
Expected behavior
Export succeeds.