This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Hi all. I am running in lenient mode, but a missing attribute is having an effect on attributes that do exist. Here I am searching for a patient using a pseudonym. It works. But if I add an attribute that is designed only to be used in my user interface, all attributes have an error. I will rename the front-end component to be :ui/xxxx so that Fulcro filters it out from server side resolution, but I thought my server side code would fail gracefully for attributes not found?
what version are you using mark?
the release from yesterday has an issue that might affect idents in mid query
if thats the case you can try the commit https://clojurians.slack.com/archives/C87NB2CFN/p1661644164969929?thread_ts=1661479753.266449&channel=C87NB2CFN&message_ts=1661644164.969929
Amazing. I can confirm latest commit (9fd82ed868303f94b385ba7411b3107c4a76895d) fixes the issue.
To be clear, I was using the 2022.08.26-alpha but I had made some swingeing changes in code as well as upgrading my deps, so had thought I had caused it.