microsoft / TinyBlazorAdmin

Admin tools for Azure Url Shortener using Blazor Single Page Application (webassembly)
MIT License
55 stars 135 forks source link

First time deployment failing #101

Closed raffertyuy closed 1 year ago

raffertyuy commented 1 year ago

Hello and Merry Christmas!

New user here. Admin pages don't appear after authentication, which might be due to a deployment issue. I forked (instead of the missing template button mentioned in #96) and deployed a new Azure Static Web App.

The CI/CD Build and Deploy fob failed

Function Runtime Information. OS: windows, Functions Runtime: ~4, dotnetisolated version: 6.0
Finished building function app with Oryx
Found functions.metadata file
Zipping Api Artifacts
Done Zipping Api Artifacts
Zipping App Artifacts
Done Zipping App Artifacts
Uploading build artifacts.
Finished Upload. Polling on deployment.
Status: InProgress. Time: 0.2068232(s)
Status: InProgress. Time: 15.541558(s)
Status: InProgress. Time: 30.9731139(s)
Status: InProgress. Time: 46.1779804(s)
Status: InProgress. Time: 61.5382815(s)
Status: InProgress. Time: 77.0684518(s)
Status: InProgress. Time: 92.2784962(s)
Status: InProgress. Time: 107.4911664(s)
Status: InProgress. Time: 122.692901(s)
Status: InProgress. Time: 137.9031077(s)
Status: InProgress. Time: 153.1032492(s)
Status: InProgress. Time: 168.3049412(s)
Status: InProgress. Time: 183.5069926(s)
Status: InProgress. Time: 198.7109522(s)
Status: InProgress. Time: 213.9119251(s)
Status: InProgress. Time: 229.1544067(s)
Upload Timed Out. Unsure if deployment was successful or not.

For further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/
If you believe this behavior is unexpected, please raise a GitHub issue at https://github.com/azure/static-web-apps/issues/
Exiting

It will deploy eventually... but after Role Management --> Invite --> Role = admin, the menu options still don't appear after authentication 2022-12-26_14h46_38

2022-12-26_14h42_24

Not sure if this is the cause, but it is complaining about an old node version 2022-12-26_14h47_52

raffertyuy commented 1 year ago

Okay it worked eventually! Not sure why but just had to wait around 15 mins.

raffertyuy commented 1 year ago

Note: GitHub actions job is still in failed state though (as shown above). But at least it works.