Hello, I'm setting up growthbook for the first tim...
# ask-questions
a
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
so everything is working but the file uploads?
a
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
it will scale fine, but just need to be careful that you don't loose the files and that it will persist correctly
👍 1