Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
We are experiencing extreme slowness in OSTicket. It appears the theme is calling back to osticketawesome.com and we are getting timeouts during those call backs.
This appears to be working now.
We experienced this also - it turns out that lines 19 & 20 in the osta/inc/staff-head.html were causing the issue.
I've just changed them so they reference our domain instead of osticketawesome.com in case any future problem with osticketawesome.com causes our system to hang.
Sorry for the trouble, guys.
Y'all must be running old versions of osTicket Awesome. That mistake was fixed in 1.15.3 and higher.
In any event, the best practice is to remove any absolute links. If you hard coded it to your own server, that's probably fine. But here is the fool-proof solution:
<script type="text/javascript" language="javascript" src="/osta/js/jfontsize/jstorage.js"></script>
<script type="text/javascript" language="javascript" src="/osta/js/jfontsize/jquery.jfontsize-2.0.js"></script>
Have a good day!