403 errors on CSS and Javascript

Hi Guys, new here and this is my first post so apologies to jump straight in with an issue.

I seem to have installed SuiteCRM 8.2 fine and in most cases it seems to be working OK with the demo data. My biggest issue is that I seem to have a lot of 403 errors on various CSS and Javascript files. I’m guessing this is due some sort of permission issues but cannot work it out. I also am new to the software and not even sure where I can find this files. Any help would be much appreciated.
Thanks!

I have resolved this issue by running the following commands again after installation.

find . -type d -not -perm 2755 -exec chmod 2755 {} ;
find . -type f -not -perm 0644 -exec chmod 0644 {} ;

I was literally about to delete the installation completely and start from scratch but decided to run these once more for good measure, glad I did. I hope this helps someone else having the same frustrating installation issue. Think it must have been down to some sort of host cache.

1 Like