Hi Team,
I cloned the project from Github and installed and run the application such as npm i and npm start.
However, in my browser http://localhost:3000/ is spinning and nothing showing up.
Not sure how I can troubleshoot the issue further. I have database in postgres and imported a sample footprint from OSM into geometries table. This is my running command, appreciate if you can assist me to fix the issue.
APP_COOKIE_SECRET=test_secret
RAZZLE_PUBLIC_DIR=/Users/alireza/Documents/projects/colouring-london/app/build/public
PGHOST=localhost
PGUSER=appusername
PGDATABASE=colouringlondon
PGPASSWORD=longsecurerandompassword
PGPORT=5432
TILECACHE_PATH=/Users/alireza/Documents/projects/colouring-london/app
npm run start:prod