Solved (sort of) - TypeError in simple GetPost()

The async in your second snippet doesn’t do anything - you don’t have any asynchronous code in the .then() function.

What is it that you are trying to do? What is #post? What post database are you referring to?