Why doesn't console.log output anything to terminal?
I am trying to debug cors middleware setup. In main.wasp I have:
In ServerSetup.ts for testing I have:
Since I see no output it looks like
In ServerSetup.ts for testing I have:
Since I see no output it looks like
serverMiddlewareFn is never called.