From a705b794fd8ef666980c3fd0f2238cf40e968630 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Wed, 29 Jan 2025 23:13:28 -0600 Subject: [PATCH] docs: add note about "broken styling" --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 40e65d3..977bb84 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,14 @@ docker exec -it investbrain-app tail -f storage/logs/laravel.log
+**Application styling is broken and images are too big** + +If you're serving Investbrain from a DNS name (e.g. example.com), it's likely that you haven't updated the `ASSET_URL` environment yet. The URL provided there will be used to generate absolute URLs for images, JS, and CSS assets on the front end of the application. + +
+ +
+ **Market data not refreshing on fresh install** If you're unable to refresh market data out of the box (i.e. your market data provider is set to Yahoo), there is a chance Yahoo is being blocked by a firewall or adblocker. Pihole is known to block `fc.yahoo.com` which is the domain used to query Yahoo.