cancel
Showing results for 
Search instead for 
Did you mean: 

Uncaught TypeError: Cannot read property 'Container' of undefined

Former Member
0 Kudos

Hi Experts,

I have created a custom Fiori app using mater-detail template in my local WebIDE which will display the PO's from EKPO table.When I run the app in WebIDE, it works.

But when I create a BSP app and try to run from SE80, the app does not load. I get the error "Uncaught TypeError: Cannot read property 'Container' of undefined " in index.html.

I have attached the screen shot of the error.

Looking forward for your help.

Thanks,

Priya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182645
Participant
0 Kudos

did you created component.js for project, so might be you are getting eror

Former Member
0 Kudos

Hey Radhesh,

Yes. I have component.js in my app.

former_member182645
Participant
0 Kudos

does your all controls place in DIV tag mention in index.html

Former Member
0 Kudos

Yes. All controls are place in DIV tag mention in index.html.

There was issue with my local WebIde. I installed it again on my local machine and created a new app from master detail template.Now the BSP load's and it works..

Thanks for your quick response.

Thanks & Regards,

Priya.