You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fix is needed to convert arrays to query parameters. Now, instead of a similar site.io/request?id=100&id=200
it is done like this site.io/request?id[]=100&id[]=200