alamorre/chat-engine-marketplace

createUser Doesn't Work

Opened this issue · 3 comments

When going through the tutorial, we followed all of the steps. We cloned the repo, uncommented the lines we were told to uncomment, set both of our .env variables, and ran the commands "yarn" and "yarn start". We are running into an error at the "/" page because of some "cannot access property of undefined" error, which we suspect is because the users aren't being created properly. This leads us to wonder why this is happening, and there may be a problem with the repository that was provided in the guide. Can you please let us know what the fix is for this?

Hey let me take a look at this. We're going to redo plenty of the tutorials soon so thanks for bringing this up.

I am having same issue, and it is very frustrating.

Ok I figured out custom_json needs to be stringify for sending request and then parsed back into java object in listing page