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

Issue with Cloudfront page #619

Open
tmalali opened this issue Dec 17, 2024 · 1 comment
Open

Issue with Cloudfront page #619

tmalali opened this issue Dec 17, 2024 · 1 comment

Comments

@tmalali
Copy link

tmalali commented Dec 17, 2024

The cloudfront page which usually has the UI where you ask questions has this error:
This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>NoSuchKey</Code> <Message>The specified key does not exist.</Message> <Key>index.html</Key> <RequestId>V7YTXMSFS63T8P4K</RequestId> <HostId>ctH9pIkQsW0YDoLsjrdrQZ4IHXGkp33l9ML5j4wW9MxiA8LZH39iUegWK8MQ+vdsvfyk2SGjvY0=</HostId> </Error>
not sure how to fix it.

@charles-marion
Copy link
Collaborator

Hi @tmalali , sorry for the late answer.

Were you able to resolve the issue?
It looks like the file you are trying to access does not exist.

The files are generated when running cdk deploy and uploaded to the S3 Bucket during this process
https://github.com/aws-samples/aws-genai-llm-chatbot/blob/main/lib/user-interface/index.ts#L203

Did you notice any error during deployment ? You could also try to access the file aws-exports.json which is also generated during another process.

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

No branches or pull requests

2 participants