vibe.d / experience / feedback
WebFreak001
d.forum at webfreak.org
Thu Oct 1 12:12:14 UTC 2020
On Thursday, 1 October 2020 at 08:24:42 UTC, ab wrote:
> On Thursday, 1 October 2020 at 06:32:23 UTC, Robert M. Münch
> wrote:
>> 3. Vibe can't handle GET & POST on the same URL...
>
> we solved this one as well: fortunately (and: of course) vibe
> can handle this.
>
> what lead us to believe otherwise, was that, unfortunately, one
> of the handlers crashed (effectively due to a `cast(JSONValue)`
> of a `Json.Undefined`), without any visible error output; and
> the only visible error was a "no route matches path" output
> from vibe.
>
> sorry for the confusion.
did you run your app with `--vvvv`? it usually logs stuff like
this there then.
More information about the Digitalmars-d-learn
mailing list