https://www.growthbook.io/ logo
a

aloof-family-54295

05/10/2022, 5:54 PM
Hello, I'm setting up growthbook for the first time. I have it running on ec2 right now. It all appears to be working, except I can't upload. I'm getting the error "myserver.mydomain.com:3000 says Failed to fetch" in the UI. The server logs see a bunch of 204 and 304 status codes.I tried with both using the local storage and with an s3 bucket - no difference.
f

fresh-football-47124

05/10/2022, 6:00 PM
so everything is working but the file uploads?
a

aloof-family-54295

05/10/2022, 6:35 PM
Ah when I said it didn't work on local storage - I just noticed I had commented out the S3_* variables, but hadn't reset UPLOAD_METHOD back to "local". I have it working on local storage now - so it is an issue with my bucket. I also had S3_DOMAIN defined incorrectly. Now I"ve correct those issues, I now see 404 errors in my s3 access logs - so starting to make some progress. I saw in a previous post that you stated that using local storage didn't scale well - can you elaborate ?
f

fresh-football-47124

05/10/2022, 6:39 PM
it will scale fine, but just need to be careful that you don't loose the files and that it will persist correctly
👍 1
8 Views