File was being uploaded twice: 1. POST /parse on file select (for form auto-fill) 2. POST /upload on submit Remove the parse network call entirely. Server already parses the APK/IPA buffer as part of the upload handler. User fills form fields manually. Single upload, single public-internet transfer. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| nginx | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.development | ||
| .env.production | ||
| .gitignore | ||
| DEPLOY.md | ||
| Dockerfile | ||
| deploy.sh | ||
| docker-compose.yml | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||