@Donnie Graham sorry to hear you're facing this problem. you mentioned this issue fixed itself in the portal, are you getting any other error messages?
According to this Azure documentation -You can use Application Insights to find runtime error messages. If you do not already have an instance created, refer to Monitoring Azure Static Web Apps. Application Insights logs the full error message and stack trace generated by each error. You can only view error messages that are generated after Application Insights is installed.
Inside the Azure portal, open the Resource Group associated with your static web app.
Select the Application Insights instance, which has the same name as your static web app (if created using the steps above).
Under Investigate, select Failures. Scroll down to Drill into on the right.
In the lower right corner, under Drill into, a button displays the number of recently failed operations.
Select x Operations to open a panel displaying the recent failed operations. Explore an error by selecting one from the list.
hope that helps.