Too many requests in form with many relationship pickers #11203
Unanswered
zedascouves
asked this question in
Help
Replies: 2 comments 6 replies
-
Hey @zedascouves Are you cloud-hosted or self-hosted? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @melohagan, I'm cloud-hosted. The 2-step form seems to have worked though. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm building a form to populate a table with many (32) foreign keys (28 of them point to the same foreign table, which is basically an extended boolean table: true, false, not applicable), and I'm using relationship pickers for those fields. I'm getting this error message whenever that page loads:
I'm currently trying to divide this in a two step form, but is this a good way to avoid this error? What other options would I have?
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions