Closed doktor1360 closed 5 years ago
Sorry for the confusion.
What I mean by posting full code to github is host your code at your end, so we can just run composer install and start the built in server.
Anyway we don't need to duplicate things over two places. And github issues are basically for issues within the package. I will continue replying on stackoverflow.
Opening this issue up (cross-posted here at Stackoverflow ) as requested by @harikt to continue mitigating a route problem per the subject. As requested in that post, here is some of the configuration code involved and a trace output of the specific failure.
nginx server block configuration:
index.php routing snippet concerning the route definitions:
xdebug trace output of actual failure:
I haven't to this point quite determined the exact cause in what looks like some sort of REGEX fail after looking at the Rule/Path.php file rule source. I'm betting I've got some piece of cement-headed code somewhere that's causing all the grief.
Having an extra set of eyeballs (or three) looking at this wouldn't hurt, and the real upside here is I'm learning a great deal about some of the open source routing concepts as a consequence. Ideas, problems or concerns? Any constructive criticism is greatly welcome and appreciated!
Thanx in advance...