#1
Hello Trongate community!
This is probably an easy one and in a few days I'll have to figure something out or leave it alone but the question is-

Why when my site is on a live server does the css not show up on the login page. Only showing is basic background colors and no default card styling. Every other page seems to work but this one.

This is my almost finished member module login
(https://finsgroupservicesllc.com/members-account/login/)
All my best!
#2
Hello,
Check to see if you login CSS is in the right folder.
Below is the information from your link when I inspect the page.





Dan
#3
Hi Fin,

ensure you BASE_URL ends with a forward slash '/'

Otherwise, check the network in your devtools for bad links
#4
Thank you for your responses. I checked for the / and it is there. It doesnt look like the css is showing up at all in dev tools, so I will try reworking the link. I think I am having a similiar issue with photos previews on image uploader. Image refs look accurate but I am getting a broken link on the actual page and nothing is loading.
#5
Thank you to the community who chipped in with your ideas. I let it go for a couple weeks and dealt with other obstacles.

Turning on PHP Fileinfo package in my Apache settings in WHM fixed a few issues I was having with my Trongate app going live , I believe this is one of them as login css(login card style) is loading up fine now!