EhsanParsania
EhsanParsania
> In your description that you are using `masterKeyIPs: ['0.0.0.0/0', '::0']` but to allow "any IPv6 address" it should be `masterKeyIPs: ['0.0.0.0/0', '::/0']`. Could you try that? It worked @mtrezza,...
It seems it is not solved completely, we are still facing this problem!! even with using this config `masterKeyIPs: ['0.0.0.0/0', '::/0']` @mtrezza 
> You commented previously that it worked. Why does it not work now? We'd need a more detailed description of what has changed to investigate this further. I had removed...
> Could you post step-by-step instructions on how to replicate what you are seeing, including the complete Parse Server config (excl. sensitive data like DB URL) and the IP of...
@mtrezza I edited Parse Server and with printing masterKeyIps I found that the problem was incorrect spelling of `masterKeyIps`, I had copied the key value from your comment, please edit...
Yes, we can close this issue, Sure opened a new issue for this. @mtrezza New issue: https://github.com/parse-community/parse-server/issues/8938
I have fixed the test cases that were related to this current change, there are still more failed tests are exist but they are unrelated to this change, please give...
I tried @prafull-opensignlabs code, however it didn't work for me, but if somehow this code works, adding this config as an option to the parse-server-example will be a good idea,...
> > Do you suggest a change in the source code or an amendment to the docs? > > sure > > I have create **main.js** file which inlcudes my...