mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Nginx config issue with WHMCS - store.css not found #449
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @azcomputerservices on 1/1/2023
CloudPanel version(s) affected
2.2.0
Description
Whenever you enable the Marketplace store products, the pages for each theme cannot find or load the store.css file located in the /templates/theme-name/css/ folder although it is there.
This might have something to do with the nginx rules but am unsure how to fix it.
How to reproduce
Possible Solution
Update nginx.conf to take into consideration store.css
To fix it, I went ahead and renamed all store.css to theme1.css and replaced all references in the template files from store.css to theme1.css and it loaded just fine.
Additional Context
go directly to file and it gives the following which it should output the css

what is should look like
