in reply to mojo app causes weird morbo loop that stops when app is loaded

GET "/%3C!DOCTYPE%20html%3E%3Chead%3E ...

from the above it looks like your app is GETting the contents of an HTML file: <!DOCTYPE html><head> ...

ps. sorry i now saw that you mentioned this in your post

Replies are listed 'Best First'.
Re^2: mojo app causes weird morbo loop that stops when app is loaded
by Anonymous Monk on May 21, 2024 at 19:38 UTC
      GET "/%3C!DOCTYPE%20html%3E%3Chead%3E ...

      from the above it looks like your app is GETting the contents of an HTML file: <!DOCTYPE html><head> ...

    It's crazy right? I thought that might be a clue, but I don't have one yet. The second automatic get request is somehow asking for the contents of a string $html which the program builds as it runs and finally renders with $r->render(text=>$html).