OfficeDev / Office-Addin-TaskPane

Template to get started writing a TaskPane Office Add-in.
Other
75 stars 44 forks source link

Outlook add in unified manifest Project Zip File 404 #242

Closed QuantumShuffle closed 9 months ago

QuantumShuffle commented 9 months ago

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

Expected behavior

When attempting to create an outlook add in with unified manifest for Microsoft 365 it completes

Current behavior

First stage of creating the add in fails at the file it is trying to download does not exist "Unable to download project zip file for "https://github.com/OfficeDev/Office-Addin-TaskPane/archive/json-preview-yo-office.zip". AxiosError: Request failed with status code 404"

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. yo office
  2. Oulook Add-in with unified manifest for Microsoft 365 (preview)
  3. Give a name for the add in

Will fail due to the 404 at this stage

Context

Failure Logs

Unable to download project zip file for "https://github.com/OfficeDev/Office-Addin-TaskPane/archive/json-preview-yo-office.zip". AxiosError: Request failed with status code 404

Rick-Kirkham commented 9 months ago

Downloading the zip file is the yeoman generator. I'm going to try to transfer this issue to that repo.

Rick-Kirkham commented 9 months ago

I can reproduce this.

Rick-Kirkham commented 9 months ago

@QuantumShuffle This was my bad. I deleted a branch from the repo by mistake. I have restored it and the problem seems to be fixed. I'm clearly a danger to myself and others and I need to be locked away.

Also, since this was a problem with the template after all, I'll try to move this issue back to that repo.