Amazon web services – Cannot upload image to AWS S3 from NextJS app – on server
I've got a problem with NextJS app. When I try to upload a file from localhost it works very well. The problem appears when I want to upload remotely. I host my app at Github Pages and when I what…