Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with non-root applications #178

Open
lmrodriguezr opened this issue Jun 5, 2019 · 2 comments
Open

Not compatible with non-root applications #178

lmrodriguezr opened this issue Jun 5, 2019 · 2 comments

Comments

@lmrodriguezr
Copy link

I deployed a Rails App in a server at non-root using a virtual host with Passenger, and everything seems to be working perfectly (including all the references to the assets). However, when I introduced font-awesome-sass, the fonts are not showing.

The font-awesome CSS is loading fine (integrated into the application- ... .css), but it's looking for font files in the root (/assets/font-awesome/fa-solid ... .).

I don't think this is an issue specific to my app, but just in case this is my code:
https://github.com/lmrodriguezr/CandidatusExcubia

And this is the instance deployed in a non-root location (/ce):
http://microbial-genomes.org/ce

Thanks!
Miguel.

@lmrodriguezr
Copy link
Author

BTW, when I deploy the exact same application in a root location (using either Puma or Passenger) everything works.

@hisuwh
Copy link

hisuwh commented Aug 10, 2020

I've got the same problem with an asp.net core application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants