mikeizbicki / cmc-csci040

Computing for the Web
37 stars 58 forks source link

Created Messages #229

Closed macroanton closed 2 years ago

macroanton commented 2 years ago

So created messages do post, only it creates one for every user ever created. Was wondering if cookie specification could help, or something else?

image image
mikeizbicki commented 2 years ago

Hmm... I don't see any obvious problems with your code, but you should check the actual contents of the database (using e.g. the db_access.py) command to verify that you're actually posting three messages, and not just displaying three messages incorrectly in your root route.

macroanton commented 2 years ago
Screen Shot 2021-12-16 at 12 56 56 PM

?