awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
932 stars 402 forks source link

Error after deploy with the API listing page #638

Open PrattGarcia opened 12 months ago

PrattGarcia commented 12 months ago

After deploying the application and subscribing to an API, the documentation of the API is not appearing in the APIs screen and there are some errors in the console. I deployed the application using SAM CLI but dont know if I am missing something.

image

image

Did anyone run it successfully? any help is appreciated.

JukkaTim commented 12 months ago

Have you deployed the documentation? You have to deploy API and also its documentation.

PrattGarcia commented 12 months ago

Hi @JukkaTim thanks for the advice, I deployed the documentation and verified that is getting uploaded in the S3 bucket, so maybe that part is working fine. image