After adding some fields to the Order Entry app, I’ve noticed the native Customer field and search icon have stopped working. When clicking on the search icon, I get the console error below. When manually entering a Customer ID, the app does not retrieve any information for the customer. I’ve not touched the Customer field.
Any insight is appreciated so I don’t have to restart from the Base app.
Error:
main.ba7d4d0a72393e54.js:539 ERROR TypeError: You provided ‘null’ where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.
at s (main.ba7d4d0a72393e54.js:163:81171)
at F (main.ba7d4d0a72393e54.js:163:58243)
at ue (main.ba7d4d0a72393e54.js:163:65011)
at ne (main.ba7d4d0a72393e54.js:163:64949)
at p._next (main.ba7d4d0a72393e54.js:163:60392)
at p.next (main.ba7d4d0a72393e54.js:163:49519)
at subscribe.De (main.ba7d4d0a72393e54.js:163:65074)
at p._next (main.ba7d4d0a72393e54.js:163:60392)
at p.next (main.ba7d4d0a72393e54.js:163:49519)
at subscribe.De (main.ba7d4d0a72393e54.js:163:65074)
at p._next (main.ba7d4d0a72393e54.js:163:60392)
at p.next (main.ba7d4d0a72393e54.js:163:49519)
at O._subscribe (main.ba7d4d0a72393e54.js:163:57822)
at O._trySubscribe (main.ba7d4d0a72393e54.js:163:45263)
at main.ba7d4d0a72393e54.js:163:45206
at p (main.ba7d4d0a72393e54.js:163:78477)