Could not deploy to repo
vednolacni opened this issue · 16 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, Cannot read properties of undefined (reading 'alt')
means it's trying to compile a Block, but the image
field doesn't have a value. You might be able to track it down by clicking the file link.
Also, making changes to the primo server doesn't update the site repo, need to delete and recreate for each change...
@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 README.md
file.
I'm investigating the issue further, seems that the POST endpoint for Netlify web host isn't /api/deploy
but instead /api/v1/deploy
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. 👍
Edit 2: Not able to deploy to Vercel either currently.
@rmill2016
I'm experiencing the same problem. I'm unable to deploy to a new repository from Vercel. Have you discovered a solution for this issue?
@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?
@vednolacni where are you deploying your Primo server to?
cloudflare pages