-
Notifications
You must be signed in to change notification settings - Fork 553
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
Could not deploy to repo #365
Comments
Weird. Are you sure you have full repo permissions on the token? Are there any error in the console? |
@vednolacni @rmill2016 those errors seem to be coming from the Blocks - might be worth checking your pages to see if any Blocks are missing data. For example, |
@rmill2016 can you elaborate on what you mean? |
@mateomorris Hey! Thanks for the headsup, that makes much more sense. I was able to resolve the undefined error and able to download the repository. Although I'm still not able to deploy to a new or existing repo. Primo does, however initialize the repo with a |
I'm investigating the issue further, seems that the POST endpoint for Netlify web host isn't https://docs.netlify.com/api/get-started/#deploy-with-the-api @vednolacni Are you perhaps deploying to Netlify as well? Or Vercel? Edit: It seems after further searching, there was previously an issue with Netlify in the past. Resolved using the file digest method, are you able to confirm Netlify is the issue. I will try to deploy to Vercel now. 👍 |
@rmill2016 |
@rmill2016 note that Primo isn't interacting with Netlify/Vercel's API directly (it used to, but not anymore). The POST shown in your screenshot is your browser building the files and sending them to your server's backend (e.g. myprimoserver.vercel.app/api/deploy), which it has to do since your Github token isn't sent to the browser, so the files generated in the browser need to be sent to the backend to get sent along to Github. Are you able to create a brand new site & publish it to a repo without issue? |
I tried crating a new page and a new primo server but still cant deploy any site. I dont use Netlify or Vercel. |
@vednolacni where are you deploying your Primo server to? |
cloudflare pages |
Like the title. I tried new primo server with new supabase and new github token but still couldnt make it work.
The text was updated successfully, but these errors were encountered: