(10-26-2023, 01:51 AM)captain-sensible Wrote: i would be tempted to "rsync " the whole production CI4 directory which you can do remote to local . Your server is linux looks like. So install same to a PC. Go for equivalent web server Apache or what ever .
Dump MySQl or other db if need be into a file and import it local. So basically duplicate everything from live and use your local as your test bed for everything , then you can make changes if there all good on local to live server
I already have a dev server and use git to push changes. I haven't seen this error occur on my dev server ever so still not sure how to debug.
When I push to live, it gets 10k+ users a day so trying to figure out whatever specific issue is causing it can be quite hard lol.