Charlie
Results
1
comments of
Charlie
Same issue. Optional chaining not fixing the issue. I think it has to do with the "populate" method in the GET posts end-point [`const prompts = await Prompt.find({}).populate("creator")`]. It doesn't...