Hi everyone,
I recently start to work on MDK applications and after some tests with sample data I'm trying to use my own backend system.
My backend system is hosted by AWS, connected with a cloud connector and I'm working on SAP cloud foundry platform.
I created a destination in the CF:

And then created my application destination in Mobile services cokpit:

Everything is working good, I can try my destination by open it in another browser window and I can see entities from my service.
My problem occured in the mdk application wizard. I select my mobile service destination in the service configuration section and then depending on the "enable offline" field i get 2 different problems:
- Enable offline True: I get no entities in the next wizard section "OData Collection"
- Enable offline False: when trying to acces next wizard section, wizard crashes and i get these error messages:
(Error in mdk wizard: TypeError: gen.on(error) Cannot read property 'split' of undefined at splitOnTags)

Can someone help me fixing this please ?
Thanks for reading
Best regards.