403 after Ajax errors

Hello!

I’ve been happily working away, making invoices, when all of a sudden an alert popped up about ajax errors and the db. Now, no matter what I try, I’m getting nothing but 403 errors. I’ve tried clearing my cache and reconnecting but I’m getting no love. As I’m running it on shared hosting I don’t have the option of restarting anything, as much as I’d like to. There’s no indication of anything amiss in laravel.log .

To eliminate any cache issues try testing with another browser.

I wouldn’t expect to see ajax, db and 403 together. You may also want to check your Apache logs.

I suspect whatever went wrong, went wrong half way through writing to the db - which is why I got ajax errors. Nothing useful in the server log. Another browser didn’t work, now it is; but my primary browser still isn’t? Weird issue; I’ll keep you updated if anything happens.

And once again: thank you for the impressively quick response!