Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response code 100 when post object has more than 3 relations #105

Open
thejimu opened this issue Sep 3, 2019 · 0 comments
Open

Response code 100 when post object has more than 3 relations #105

thejimu opened this issue Sep 3, 2019 · 0 comments

Comments

@thejimu
Copy link

thejimu commented Sep 3, 2019

I wanted users sending a POST to be able to include new relations within the POST so I extended using onAfterDeserialize which then creates the relations and replaces these items in $payload with their IDs. It works fine and returns 200, except when there are more than 3 relations in which case it still creates all the objects successfully but returns response code 100, and I am a little bit stumped as to why.

Any advice would be much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant