phalcon / phalcon-devtools

Phalcon Developer Tools
https://docs.phalcon.io/latest/en/devtools
Other
1.33k stars 629 forks source link

webtools don't work (404) #1412

Closed zak-wojtek77 closed 4 years ago

zak-wojtek77 commented 4 years ago

Expected and Actual Behavior

After run command: vendor/bin/phalcon webtools enable and run webside: http://myWebside/webtools.php

I get 404

Details

Jeckerson commented 4 years ago

Known bug, use / at the end, like that: webtools.php/

zak-wojtek77 commented 4 years ago

Really now if I add at the end "/" I can see website. But still don't know how I can generate something. This problem was not in Phalcon 3.4.1.

Jeckerson commented 4 years ago

Now you can't use both: notFound() and setDefault*() in Router. If you declare notFound(), then any routes that are not in the list - will send to you 404 action.

Jeckerson commented 4 years ago

Fixed in #1413