|
BLOG
|
Thanks Xander. We confirmed these bugs in both the AGOL builder and the download WAB. We used the latest of both. I just added the text as a test since it makes no sense. Plus I am only doing this to try to get around the relationship attributes bug. I am a government contractor and do not have any access to call support. Even if a did it would only confirm the bug but not fix it. When I have had support access I racked up 10+ bugs and none of them have been fixed - with some over 5 years old now. I have had better luck reaching out here in the hopes that someone has some connections to the right people. The hard part for us is when it works then it does not. Makes us look like we do not know what we are doing in front of our customers causing a hit to our reputation. Honestly between AGOL and 123 bugs we are close to having to stop recommending Esri products. We lost close to 40 hours of labor on just this one Arcade bug - the week we were going to launch. Here are just some of the bugs we are fighting. -Export to CSV in attribute table stopped working -All relationship class fields stopped working in pop ups - we were using this for months and even have screen shots of it working. This one is big and should be hotfixed. -If a field has a range domain that goes from 0 to whatever, if there is a 0 record it shows as 0 in the ArcGIS Online table, it shows as 0 in the popup, but null in the attribute table and when exported- we opened this bug in November of 2017. We actually talked to someone at Esri on the phone.. and then got ghosted. -And of course the Arcade breaks the query widget. Plus we just found out from another team that any Arcade also breaks the Search widget (this one has been open since Jan 2019). -Charts do not work right in popups. This we got as BUG-000104430 - been open since 4/10/2017 Again thanks and I appreciate your time but support has not been working for getting things fixed so at this point it just adds on to the labor cost. We just have to move on.
... View more
08-08-2019
06:58 AM
|
1
|
0
|
19120
|
|
POST
|
Thanks Robert. Hopefully Esri will see this and chime in. Seems like a big issue. All the {relationship} fields are no longer working either. That is why I tried Arcade. So now 2 diff ways do not work. Sigh.
... View more
08-07-2019
07:35 AM
|
0
|
1
|
3080
|
|
POST
|
All of this broke in a regular browser now too. https://community.esri.com/message/869671-why-did-all-the-relationships19field-attributes-stop-working
... View more
08-06-2019
01:07 PM
|
0
|
2
|
3635
|
|
POST
|
We were using related attributes in pop ups in the past. But the last few weeks they just all stopped working. No error or anything just blank in the pop up. Tried just the attribute list and a custom one. It is a 1-1 Relate. If we click Show Related records it does find the record no problem. Any ideas? thanks
... View more
08-06-2019
12:57 PM
|
0
|
2
|
1178
|
|
BLOG
|
Also none of the relationships attributes will show now at all. Just blank.
... View more
08-06-2019
12:47 PM
|
0
|
0
|
19120
|
|
BLOG
|
We also just found out that our workaround to the (relationship/0/photolink) we used Arcade. Well it turns out that if you have ANY Arcade expression in a map the Query Widget will break. Even if that Arcade is on a different layer than the layer you Query! Even if the expression is turned off in Config Attributes. You must delete ALL Arcade in the entire map! See here https://community.esri.com/message/869526-re-query-widget-works-while-in-dev-mode-but-not-in-the-app?commentID=869526#co… So many bugs... So how can I just get a simple photo link to appear? Thanks
... View more
08-06-2019
12:18 PM
|
0
|
0
|
19120
|
|
POST
|
Ok we may have finally found it. If there is ANY Arcade expression in the map it breaks. Even if that Arcade expression is on a different layer than the layer for the query! That made@ it so hard to find. Robert Scheitlin, GISP any idea why Arcade breaks the Query widget? We are using the AGOL builder but same on WAB. Has anyone used Arcade in a map that uses the Query widget? Seems like this would have been caught in the past. We are using Arcade to get the photo link. We only do that because the {relationship/0/photolink} attribute also just plain stopped working. No idea why - would love to get that back. See post about it here https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2017/07/18/conditional-field-display-with-arcade-in-p… Thanks
... View more
08-06-2019
12:13 PM
|
0
|
3
|
3080
|
|
POST
|
Custom filters on these layers do not work either. Here is the line it is stuck on this._setSyntaxTree(this.profile.parse(this));this.async=this.async||this.profile.isAsync(this)},hasGeometryOperations:function(){var a=this._traits.geometryOperations;void 0===a&&(a=this._traits.geometryOperations=f.hasGeometryOperations(this.syntaxTree));return a},hasFeatureSetOperations:function(){var a=this._traits.featureSetOperations;void 0===a&&(a=this._traits.featureSetOperations=f.hasFeatureSetOperations(this.syntaxTree)); return
... View more
08-06-2019
09:38 AM
|
0
|
4
|
3080
|
|
POST
|
Now we registered all the map services with AGOL. Built a new map and app. Query worked. For about an hour then it died again! So something is shutting it off at some point. We also have seen some simple changes go missing at at times. Like we change a help URL and then it reverts back. Rebuilt it all 10-20 times now and it just keeps breaking. Also what is weird is if I have a app open and my coworker does also - his query breaks at some point. Mine continues to work - until I refresh the browser - then mine breaks also. These are totally different apps with mine even being a local WAB one and his is on AGOL. How can these be connected? Are we exceeding some limit or something and getting cut off. Grasping at straws here. thanks
... View more
08-06-2019
08:41 AM
|
0
|
5
|
3080
|
|
POST
|
Got a message today init.js:2503 Uncaught TypeError: Cannot read property 'parse' of null
at Object.constructor (init.js:2503)
at new <anonymous> (init.js:201)
at clone (init.js:66)
at Object._mixin (init.js:61)
at clone (init.js:66)
at Object._mixin (init.js:61)
at clone (init.js:66)
at Object._mixin (init.js:61)
at Object.clone (init.js:66)
at Object._getCleanClonedCurrentAttrs (Widget.js?wab_dv=2.13:8) Same in IE Also other Queries seem to be working in that same widget. Just this one. Even when we add a simple 1 field query on this FC it dies. I can query via the service URL just fine. Edit there is a second FC doing it as well. But both of the non working have the same schema. I was working for weeks. Went out last Thursday. Rebuilt it all from scratch and it worked Friday and part of Monday. Now it is broke. Up until this morning it worked in dev mode but now that stopped also. They are all in the same service. I even built new maps and tested on the downloaded WAB also and it does it there also. Service URL query still works. Thanks
... View more
08-06-2019
06:16 AM
|
0
|
6
|
3080
|
|
POST
|
Nope console shows that nothing is happening. No calls or anything. Apply does depress but just nothing. Does continue to work in the dev mode.
... View more
08-05-2019
03:53 PM
|
0
|
7
|
3080
|
|
POST
|
We have a Query widget that keeps breaking. It works fine in WAB (AGOL one) when in dev mode. But in the actual app it will work the first time then the Apply button just stops doing anything. It still works in dev mode though. So what is up here? We rebuilt the entire map and app - then yet again it worked at first then Apply stopped doing anything. Google shows it is not even trying to make a call. We send the app to someone else and it does not work either. We can even add a new query to it in dev and works. Open the regular app and it works the first time. Do a second query and Apply goes dead on us. Add a 3rd query, works, repeat. ALL queries continue to work while in the Dev - even in the same browser! We have been battling this for days now and can find no pattern. Loosing a lot of time on this. thanks
... View more
08-05-2019
03:32 PM
|
1
|
10
|
3941
|
|
BLOG
|
I have tried all these different ways and still cannot get a URL to show. In my Arcade I do a lookup and get back a URL. But in the popup I get nothing. Link1 Weird is that if I do this it works. Link2 Why? If I return the text URL it works but if I return from a feature it does not work. And even weirder is we used to be able to just turn on the related table field that has this URL and it just worked with the More Info showing. Then it stopped working for no reason and is now blank all the time. We even had one service that worked and one that would not. We must have published 100 times looking for a pattern. Sometimes it was globalid on or off. So I created Arcade and that is blank also. I did a all new map. Not sure what is going on here but its driving us nuts that it works sometimes and not others. I also tried this and still nothing. return Text(first(tbl)["PhotoLink"]) Going crazy over here. What could cause it to sometimes show More Info and be a working link and other times I just get blank. Thanks!
... View more
08-05-2019
03:14 PM
|
0
|
0
|
19120
|
|
POST
|
Sounds like you created a second service. You have to build the web map then attach that to the web app. You cannot use arcmap for this.
... View more
08-02-2019
06:39 AM
|
0
|
0
|
1528
|
|
POST
|
Has anyone see it where just the Apply button in a Query window stops working? We have a query that has ran for months and now when you hit apply just nothing happens. If we test rebuild the App still nothing. If we rebuild just the map still no. If we rebuild the map and the app it starts working again. The other prebuilt queries are working - it is just this one. But this map and app have a ton of modifications to it so it is a huge project to rebuild. Any ideas? Thanks
... View more
08-01-2019
03:36 PM
|
0
|
0
|
1533
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-08-2026 07:34 AM | |
| 1 | 07-22-2026 11:26 AM | |
| 1 | 07-08-2026 03:46 PM | |
| 1 | 07-08-2026 03:08 PM | |
| 1 | 07-08-2026 03:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|