NMCan I set url with Javasript or it must be hardcoded or done server-side? Will it affect SEO? < meta property = "og:url" content = {window?.location.href} / >Comment·Article·Jun 21, 2022·How to add SEO Meta tags in your Next.js apps
NMInteresting method. I don't understand only how do you switch dev and test database urls, I don't see two .env files in your example repo? You don't run tests locally, only in Github Actions?Comment·Article·Apr 24, 2022·A Better Way To Run Integration Tests With Prisma and PostgresQL
NMVery nice, thank you.Comment·Article·Mar 13, 2022·Good practices for loading, error, and empty states in React
NMVery useful overview.Comment·Article·Jan 15, 2022·Understanding Next.js Data Fetching (CSR, SSR, SSG, ISR)
NMShould this use git submodules so that you can version both traefik repo and apps repositories?Comment·Article·Jan 6, 2022·Docker container management with Traefik v2 and Portainer
NMWhat about the fact that Next.js needs database connection at container build time? https: //i.postimg. cc/pV7Sg2SF/image .png https: //i.postimg. cc/rp8ZSzDv/image .pngComment·Article·Dec 31, 2021·How To: Deploy Next.js Apps with Docker Containers (Efficiently!)
NMExcellent. Can you compare Traefik to Nginx for this purpose?Comment·Article·Dec 18, 2021·Docker container management with Traefik v2 and Portainer