We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Paulo Filho • 1 year ago

Hey!

I had one issue in which everything was black and didn't reproduce the page here. I found out that prefers-color-scheme shouldn't be "dark" (or shouldn't exist) in src/app/globals.css, so I removed it and everything worked fine.

Also, I had some issues running psql commands on my Mac. I advise anyone running into this to first ensure postgres is correctly installed via brew and that the service is running with: brew services start postgresql

Great tutorial, Fajarwz, thank you.

Fajarwz • 1 year ago

nice. thank you for adding this additional explanation!