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

Fix Chat webview rendering #46

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Fix Chat webview rendering #46

merged 1 commit into from
Oct 1, 2024

Conversation

angjordn
Copy link
Contributor

@angjordn angjordn commented Oct 1, 2024

Description of changes:

  • Q Chat View is unable to load the amazonq-ui.js resource
  • I suspect upgrade-insecure-requests flag to be transforming the http request to a secure https request where the resource is not found
    • Expected: http://localhost:59408/amazonq-ui.js
    • Actual: https://localhost:59408/amazonq-ui.js

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@angjordn angjordn merged commit b89a9dd into main Oct 1, 2024
1 check passed
@breedloj breedloj deleted the fix-chat-view-render branch November 22, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants