I ran through the tutorials at https://tutorials.cosmos.network/, which was fun. Some use Cosmos SDK 0.40, which have a different code generation approach than Cosmos SDK 0.39. I decided to do the first tutorial over using the new SDK and it looks like my module URL for the REST API - http://localhost:1317 is coming in as undefined. Here is the network tab from the browser: XHR GET http://0.0.0.0:1317/undefined/poll
. My application is called voter, so perhaps I need to set a variable voter somewhere?
I didn't really change too much so it just has the basic app scaffolding with the poll type.