Bad request error

Hello

I got this in the deployed app
Error: Bad Request
at sdk.js:14:561257
at async Promise.all (/index 0)

it works fine in the desktop view

my app Id is B40D0CBC-D7A8-EF17-FF4A-1F6162A4E700

Hello @giovanny_padilla,

please provide us with steps to reproduce this issue.
Thanks!

you just have to go to http://appdemo.pramium.com/

Thanks, I see the issue now. My colleague will take a look into it and get back to you asap.

Regards,
Stanislaw

Hi @giovanny_padilla

I was able to reproduce the issue and created a ticket BKNDLSS-30615 to fix it.
It happens because you have the following structure of using reusable components

|-- page x
    |-- reusable component 1
        |-- reusable component 2

and when the system builds the UI container it misses the component 2 and you can see the error

we are going to fix/release it tomorrow, however, there is a workaround if you need to get it working now, just add the unRead component (which is used in the Menu component) to any page and hide it.

Regards, Vlad

Hello @giovanny_padilla

Sorry for not informing you about the update. But a fix for your problem is already available. Please let us know if it works for you.

Regards,
Inna

Hello Inna.

Yes, I did notice it days ago, but I forgot to report it. Thank you for all your help.

Have a great day

1 Like