Google Cloud Load Balancing Issues

Job ID: 36193488

Budget: $10 – $30 USD

0


I have a nodejs website running on Google cloud app engine with a domain connected and SSL setup. The app has a admin panel and the file uploads are currenlty beign sent to a Google cloud bucket. On the load balancer, I made a rule that /upload-media/* points to my bucket and uploaded a test file to the bucket named test.png. When i try to access mydomain.com/upload-media/test.png , it returns a "No such key" error "The specified key does not exist." which i believe the path it's looking for the file is wrong. I've been trying to solve this issue for the past day without any success.