Hi!
I'm trying to upload a new bitstream to an item but I get just a blank page (SC1).
This is what the console shows:
core.js:4442 ERROR TypeError: You provided 'undefined' where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
at subscribeTo (subscribeTo.js:27)
at innerSubscribe (innerSubscribe.js:69)
at SwitchMapSubscriber._innerSub (switchMap.js:44)
at SwitchMapSubscriber._next (switchMap.js:34)
at SwitchMapSubscriber.next (Subscriber.js:49)
at MapSubscriber._next (map.js:35)
at MapSubscriber.next (Subscriber.js:49)
at BehaviorSubject._subscribe (BehaviorSubject.js:14)
at BehaviorSubject._trySubscribe (Observable.js:42)
at BehaviorSubject._trySubscribe (Subject.js:81)
And my dspace.log doesn't show any error:
2021-09-15 10:37:33,531 INFO feeb011f-4709-43b6-bf8d-f15fa0dbdd9d 93074dcc-80e8-4efd-98d3-bf3ac18bc7d0 org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET /server/api/core/bundles/bfa0dcef-03c9-4ca0-8db5-3addaed5ab9e/primaryBitstream] originated from /items/c4dc44db-a86c-4a67-b33f-f397dc03285d/bitstreams/new
What could be happening?, hope you guys can help me with this one.
Thanks in advance.
Juan