Hello, I’m getting this error when trying to do the /api/acronyms//user call in Chapter 9. I’ve checked my code against the final code in the tutorial materials and it looks the same.
I’m able to post a new acronym with a new userID, but I can’t get the user by providing the UUID from that acronym in the above call and get the error instead.
I did the docker command line actions as noted, added the necessary properties and methods, and built and ran the project.
Any suggestions?