Hi,
I’m using Hugo 0.65.3 and the Hugo Book theme. My site is hosted on S3 with CloudFront and Lambda@Edge for authentication. Accessing the site works and css, as well as javascript files are loaded correctly, but when I try to navigate on the site with the menu on the left-hand side I get a “NoSuchKey” error from S3. In the browser inspector I can clearly see a 404 being returned.
I don’t understand why the S3 error message is returned, as I have configured the S3 bucket as a static website with ‘404.html’ as error page and ‘index.html’ as entry page. But the real pain for me is that the menu is not working.
Everything runs fine locally.