I have got a Node.js application which uses umlauts in some of its urls. When I run node.js locally, everything works fine.
Now I want to deploy this application to Heroku. Running Heroku's foreman locally works fine as well, but once I deploy and try to access any of the umlaut urls, I get an "500 Internal server error".
Does Heroku support umlauts in urls when running Node.js? If so, any idea what I might be doing wrong?