Next.js Discord

Discord Forum

Routing error on AWS S3

Unanswered
Thick-billed Vireo posted this in #help-forum
Open in Discord
Thick-billed VireoOP
scenario 1 : after website loads navigate to a page from navbar , it loads , refresh it , page fails to load
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>NKYYDG9EM45EFYAR</RequestId>
<HostId>1z6VJOtviwG1zOWNmNhPJgytVBxoN6l2MADveDzbCVxXePKtxb6ORdG+mOTVhfoqz7alVdOoYm4=</HostId>
</Error>


scenario 2 : after website loads , in url add /home , it fails to load with same error

scenario 3: if i add /home.html in url it loads but images are not loaded.

i have tried adding trailingSlash: true, in next config, but it still fails.

0 Replies