False uploadUrl
I'm using tus-js-client.
https://development.interskill.id/backendv2/ is my API base base URL.
I don't really know what happened. But I got false upload URL from tus-node server.

Do you use any reverse proxy or have express app mounted to backendv2 subpath?
Do you use any reverse proxy or have express app mounted to
backendv2subpath?
Yes, I do
By the way, I'm trying to implement optional baseUrl options for the TusServer class. Can I submit PR for this? https://github.com/irvanherz/tus-node-server/commit/40c37bd68af17daeffd7d60fe995881babdf1bfd
I am aware of this issue with reverse proxy. I'm thinking about implementing a URL generator parser that user could reimplement to fit their use case.