Skip to content

Commit

Permalink
CLIENT_SERVER_PROXIES must be true for assets to work
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Aug 21, 2024
1 parent 346f64f commit 2508ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ NODE_ENV=production

ELASTICSEARCH_URL=http://elasticsearch:9200

CLIENT_SERVER_PROXIES=false
CLIENT_SERVER_PROXIES=true
RAILS_ENV=production
RAILS_SECRET_KEY=6234a9eada2709680e0db091d48fe7973f6eb23f413d9b5c2b9d17149c9e38e7309a897b6a5231297b89ac6d3c7494d40c7d6454f342c04f8743482f610016aa
RAILS_DB_USER=postgres
Expand Down

0 comments on commit 2508ade

Please sign in to comment.