Ashwanth Balakrishnan

Results 7 issues of Ashwanth Balakrishnan

settings.py : ``` STORAGES = { "default": { "BACKEND": "storages.backends.s3.S3Storage", "OPTIONS": { "access_key": env("AWS_ACCESS_KEY_ID"), "secret_key": env("AWS_SECRET_ACCESS_KEY"), "bucket_name": env("AWS_STORAGE_BUCKET_NAME"), "region_name": "ap-south-1", "file_overwrite": False, }, }, "PublicMediaStorage": { "BACKEND": "storages.backends.s3.S3Storage", "OPTIONS": {...

Unable to deploy my flask api with custom domain. ## Context I deployed my basic flask app using `zappa deploy` . The url I get after this command is working....

When using api's to authenticate andriod app using google login and using Android Credential Manager on the app for authentication. Which will send only the ID token to the server....

Hi @pennersr, What is your thought on this ?

Feature request

#42 - [x] Added setting ```HIDE_500_ERROR_DETAILS``` and set it to ```False``` by default to ensure backward compatibility - [x] Added test for the same - [x] Changed the "Internal server...

I just read through thread #866 and I’m relatively new to this codebase. **My Issue** When I call the `drf_spectacular.views.SpectacularAPIView` view, the error and warning messages are logged in my...

**Describe the bug** Logs of `cert-manager-webhook-vultr` pod ``` E0126 14:49:51.919030 1 reflector.go:138] k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1beta2.PriorityLevelConfiguration: failed to list *v1beta2.PriorityLevelConfiguration: the server could not find the requested resource W0126...

bug