Could not render page due to error - Not sure if Backendless or Cloudlfare issue

Hello guys,

Backendless Version (3.x / 6.x, Online / Managed / Pro )

Version 6.6.4

Client SDK (REST / Android / Objective-C / Swift / JS )

Rest UI Builder

Application ID

B53080A3-5A03-5214-FF71-78E1836E9E00

Expected Behavior

Load page

Can not render page due to error: "Script error for "pages/event/components/0436f1eb9ab871d18c2ef97f4d647e9f/bundle.js" https://requirejs.org/docs/errors.html#scripterror"
Error: Script error for "pages/event/components/0436f1eb9ab871d18c2ef97f4d647e9f/bundle.js"
https://requirejs.org/docs/errors.html#scripterror
    at makeError (https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js:1:1795)
    at HTMLScriptElement.onScriptError (https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js:1:17084)```


URL - https://app.nocturnallifestyle.com/?page=event&id=B6E79795-58CD-4B29-8A49-9E451E2D8491

I'm not sure if it's an issue with Backendless or Cloudflare but this keeps happening and then eventually it works again. 

I originally tried to resolve it through Cloudflare but there isn't an error code so o idea where to start. 

Thank you in advance for your help

This is the a screenshot of the page, just in case it starts working again by time you get chance to look at it

Hello @Hezzron_Austin!

Could you please clarify whether the error appears on all pages or just one?

Regards,
Alexander

Just happens on the page it lands on, other pages seem to be working fine

https://app.nocturnallifestyle.com/?page=confirmation

data don’t display but that’s expected

I think the problem is that you are using AppData to generate links, which is currently an empty object. This is because you are opening this page directly rather than navigating to it from the page where the AppData initiates the properties needed to generate the links.

Regards,
Alexander

This is the landing page so any AppData and PageData gets generated on this page, if the “id” that I’ve got in the URL isn’t set, then the logic sets it.

View this link here, it’s exactly the same just a different domain

https://event.nctrl.app/?id=B6E79795-58CD-4B29-8A49-9E451E2D8491

This one loads ok so I’m not sure that’s the issue.

Thank you for your response!

I mean the logic on the confirmation page, you end up with a link like this:

Regards,
Alexander