Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite Loading Loop #229

Open
RyanNewmanTruGreen opened this issue Jul 16, 2024 · 2 comments
Open

Infinite Loading Loop #229

RyanNewmanTruGreen opened this issue Jul 16, 2024 · 2 comments

Comments

@RyanNewmanTruGreen
Copy link

I have followed all of the steps in the document on GitHub CoPilot Studio Samples and have run into an infinite loading screen on when clicking on the button generated in our SharePoint page, I feel as though all of the information in the elements file is correct (In step 3 I chose Option 2: manually replace placeholders in elements.xml with actual values. ClientSideComponentProperties accepts an escaped JSON string.)

When inspecting the console on the webpage, these errors are found: “invalid contentSourceFilter config” and “Unsafe attempt to initiate navigation for frame with origin ‘https://...’ from frame with URL 'https://…' The frame attempting navigation of the top-level window is sandboxed, but the flag of ‘allow-top-navigation’ or ‘allow-top-navigation-by-user-activation is not set.”

@Rainson12
Copy link

i have the same issue

@adilei
Copy link
Collaborator

adilei commented Aug 10, 2024

Open dev tools, and follow the login.microsoftonline.com url in the error for a page with more details.

See for example here: #231 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@Rainson12 @adilei @RyanNewmanTruGreen and others