There is an issue when creating integration. Steps can't be created.
The issue:

JS console log:
console.log
I wonder if there are any errors on the network tab or in the rest/verifier pods?
I found no error or even a useful info in the network tab and the same goes for rest and verifier pods. There wasn't a single error in their logs.
Not sure if it's the same exact thing, but I'm getting this error instead, right at the step when you see yours:
ng:///IntegrationModule/IntegrationConfigureActionComponent_Host.ngfactory.js:5 ERROR TypeError: Cannot read property 'descriptor' of undefined
at IntegrationConfigureActionComponent.configuredPropertiesForMetadataCall (webpack-internal:///../../../../../src/app/integration/edit-page/action-configure/action-configure.component.ts:213)
at IntegrationConfigureActionComponent.initialize (webpack-internal:///../../../../../src/app/integration/edit-page/action-configure/action-configure.component.ts:150)
at SafeSubscriber.eval [as _next] (webpack-internal:///../../../../../src/app/integration/edit-page/action-configure/action-configure.component.ts:234)
at SafeSubscriber.__tryOrSetError (webpack-internal:///../../../../rxjs/_esm5/Subscriber.js:254)
at SafeSubscriber.next (webpack-internal:///../../../../rxjs/_esm5/Subscriber.js:194)
at Subscriber._next (webpack-internal:///../../../../rxjs/_esm5/Subscriber.js:133)
at Subscriber.next (webpack-internal:///../../../../rxjs/_esm5/Subscriber.js:97)
at MapSubscriber._next (webpack-internal:///../../../../rxjs/_esm5/operators/map.js:88)
at MapSubscriber.Subscriber.next (webpack-internal:///../../../../rxjs/_esm5/Subscriber.js:97)
at BehaviorSubject._subscribe (webpack-internal:///../../../../rxjs/_esm5/BehaviorSubject.js:34)
And I'm about to fix mine
Lemme take a look I probably added this yesterday...
Most helpful comment
Lemme take a look I probably added this yesterday...