Params with decimal numbers giving error not found

I’m having problems with points in the parameters of the routes, the parameters with points of the route not found.

Thus gives error of not found http://192.168.0.103:8080/api/store/20.5104598
That way it works out http://192.168.0.103:8080/api/store/205104598

Hi @steniobarroso

I found this answer:

I think it’s the same issue, using the PHP built-in server.

I forgot to comment that I’m using slim 4, on slim three it works correctly. I’m solving my problem using $ request-> getQueryParams ();