By billsnapper
I’ve created a React app connecting to a back end Rails API. Everything works great on my local machine when running react using the bundled development server. When I deployed to my Apache server it works but I have 2 issues.
I’m sure there’s some deployment options I’m missing. Searching SO showed me to embed a link to fontawesome and add to .htaccess.
Added this to my index.html:
<link href="http://localhost:8080/files/applications/CADRe/bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
Added this to my .htaccess file:
AddType application/vnd.ms-fontobject eot
AddType font/truetype ttf
AddType application/x-font-woff woff
Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @bill.snapper,
You should start by checking your browser console for errors. At the moment, I can’t think of anything specific which might be causing such issues but when I experience such issues, I’ll start by going to the console. For these cases, I usually use google chrome’s console as it gives me the errors the clearest.
In there you should be able to see what’s going on. Is it a wrong path, is it some permissions issues, is not being able to load it up and why.
Please let me know your findings, this one is a peculiar case.
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.