Deploy ember gives UnrecognizedURLError

I compile my app for production mode with this command:

sudo ember build --environment=production

Then I copy the contents of the dist map into a map in filezilla.

When I go to subdomain.domain.eu/myRoute/44444, I get:

Uncaught UnrecognizedURLError

When I go to subdomain.domain.eu/index.html, the app loads but I need the 44444 from the urlin my app as a param.

How does this come and what is the solution?

have you solve this problem?