Replies: 1 comment 1 reply
|
Not at all. When you report an error, it is more useful to include the actual error message along with the stack trace that comes with it. "app not defined" is insufficient to diagnose your problem. You may also want to include your code if it is not too long. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a microdot framework with 6 routes. When I add the 7th, I get the error "app not defined" when starting the app. Is this expected behavior?
All reactions