Here's a strange one. Adding underscores to database names in --database debug command line arguments will generate a totally unexpected runtime error complaining about body assignments to Response objects (of all things).
Here's my project's debug settings in VS:

And this is the error I get when I try to start my app (RESTarTester):

[Message not accessible]. Version: 2.3.2.930. Help page: https://docs.starcounter.io/v/2.3.1/?
q=SCERR12016. Error summary: Either body string, body bytes, body stream or resource can
be set for Response. (Error 12016 has occured (SCERR12016))(Double-click here for additional help)
I remove the underscore:

And everything seems to work again. Please let me know if you can reproduce this error.
Version=2.3.2.930
Here's a strange one. Adding underscores to database names in
--databasedebug command line arguments will generate a totally unexpected runtime error complaining about body assignments toResponseobjects (of all things).Here's my project's debug settings in VS:
And this is the error I get when I try to start my app (RESTarTester):
I remove the underscore:
And everything seems to work again. Please let me know if you can reproduce this error.
Version=2.3.2.930