Upon registering, I am getting the "Oops! Something went wrong. Please reload the page and try again." message. The debug shows:
<script> document.cookie = "humans_21909=1"; document.location.reload(true) </script>
There are no logs in the log folder for this, but I did see something similar on this forum post:
https://stackoverflow.com/questions/54303995/humans-21909-1-error-in-codeigniter-project
So in my case issue was because my API name which is register.php and it was giving an error on mac os, not on windows. So I renamed the API regsiter.php to registerApi.php and it solved the issue.
Any ideas on how to solve this? It sounds like this is some kind of "protection" setting that the host has enabled?