I’m getting an error loading a server connect of 401 however all of the data loads on the page. In developer tools it shows a first copy with status “cancelled” then the second time it loads ok 200.
How are you loading this server connect on the page? Is it maybe first loaded on page load and then you require user to be signed in to access it?
its on our internal server so user rights are only determined by the users rights. Everyone internally has read access
Well how is this server action loaded then? You mention two calls?
II have one server connect.
So, how do you call it? On Page load? On some other event? It seems it’s being called multiple times, probably on some dynamic event? On sort? On filter?
yes there are some filters applied . Its loading a table with some search filters. So maybe one of the filters has an error?
I can’t tell what’s wrong until i see your page and how is your server connect being called, how are the filters applied etc.
ok, since it is internal thats hard. Let me research it.
I can’t answer by looking at your screenshot. There can’t be “too many” filters. It would really make things easier if you just provide a link where i can check this with explanation how to reproduce it.
Since it’s internal I cannot. Let me look into it further. Originally i think it was because I had the api action and the query both called “AllUnits” so perhaps the errors another call with the query before i renamed it
it was a bad variable. I had earlier tried to create a variable trying to pull in the LOGON_USER and that that was the issue. I will have to create another topic for that. Sorry for the troubles however i did learn some troubleshooting from the discussion.