I start the server with my resources and everything and before yesterday was working everything fine, no crash or whatever. This morning I started my server and it won’t stop crashing. Terminal/Console shows this “Warning”:
[ citizen-server-main] Warning: The players.json endpoint has been modified to no longer return the player identifiers without authentication.
[ citizen-server-main] To learn more about this change read our announcement at Celebrating one year with Rockstar Games
Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.
Please note that most of the support is provided by the Cfx.re community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.
To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.
On the same message says something about identifiers and authentication, I’ve tried to disable authentication but I found nothing about it. I reviewed the console and no error, last thing that shows when crashes is this:
I’ve also tried to disable FivePD but still crashes
So it’s just hitching for some reason, this likely goes beyond just the server process and will require some more advanced troubleshooting, with profiler/ETW tracing, to figure out why.
Is FivePD checking players.json endpoint to authenticate players? If yes, you might need to expose the player endpoints, because that no longer happens automatically.