Getting error in all.j

Can any one, please help me on this error

We are using the below script tags
https://connect-cdn.atl-paas.net/all.js
https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
https://unpkg.com/@atlassian/aui@9.5.1/dist/aui/aui-prototyping.js
https://unpkg.com/@atlassian/aui@9.5.1/dist/aui/aui-prototyping.css

Uncaught (in promise) Only allowlisted flags can be accessed from the iframe.

We have the same errors, first seen on Jul 8, but it doesn’t brake anything, so we just exclude this error from our errors reporting.
The source of the bug is https://connect-cdn.atl-paas.net/all.js requesting some feature flags to the parent page, but the parent page doesn’t allow it.

3 Likes

Thanks for the reply @SilvreLestang .