-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch Failed During Bundle Upload #922
Comments
Can you curl to |
Honestly i never used self host as we use cloud supabase, so hard for me to help. free instance of supabase cloud are not allowing enouth i think for capgo to work on them |
@riderx no errors othere than those
|
I have the same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Summary
Cannot upload bundle using npx @capgo/cli bundle upload from external machines
When trying to upload a bundle using the Capgo CLI from an external machine, the upload process fails during the upload step with the following error:
The upload works fine when run directly on the server hosting the Supabase instance. However, it consistently fails when executed from any external machine.
I have also tested this using:
A free online Supabase instance
Both Windows 11 and macOS as client machines
The result is the same across environments, suggesting the issue might not be platform-specific or tied to the self-hosted configuration.
Expected Behavior
The bundle should upload successfully from external machines using the npx @capgo/cli bundle upload command.
Actual Behavior
The CLI successfully reaches the encryption and checksum validation steps but fails during the upload process with a "fetch failed" error.
Steps to Reproduce
Configure the capacitor.config.json file as follows:
Run npx @capgo/cli bundle upload from an external machine (Windows/macOS).
Observe the error during the upload process.
Nginx Configuration
If relevant, here’s the Nginx configuration for the self-hosted instance:
Questions
Environment Details
CLI Version: @capgo/cli v4.26.11
Operating Systems Tested: Windows 11, macOS
Supabase Backend: Tested with both self-hosted and free online instance
If you need more details or want me to run additional tests, please let me know. Thank you for your help!
The text was updated successfully, but these errors were encountered: