Skip to main content
0 votes
1 answer
50 views

Page not found error on Blazor WASM hosted on Azure Static Web App

I have a very basic Blazor WASM app targeting .NET 8 hosted on Azure Static Web Apps. I just added a very simple page -- see below. I can just go direct to the URL locally and it works fine but on ...
Sam's user avatar
  • 29.7k
0 votes
0 answers
45 views

Unable to create static web app in a brand new Azure account [closed]

What could be the possible reasons of not being able to create a static web app in a brand new azure account (under Azure Plan). My account is not even 30 days old yet. I keep getting "Requested ...
user3621212's user avatar
1 vote
2 answers
95 views

Azure static web application has a long response time

I have three static web app services on Azure, each hosting a Svelte application. I am facing the same problem across all of these services. After a 10-15 minute pause in using the application, the ...
Yauhen's user avatar
  • 11
0 votes
0 answers
14 views

How to save many-to-many data through a linking table using GraphQL managed by Azure Data API?

I'm building an Azure Static Web App in React. The database connection (MSSQL) is handled using the Azure Data API builder and returns a GraphQL endpoint for the SWA to consume. I have a many-to-many ...
mensch's user avatar
  • 4,411
0 votes
0 answers
46 views

Trouble signing in with Azure Active Directory using a custom tenantId in staticwebapp.config.json

I am trying to configure Azure Active Directory (now Microsoft Entra ID) authentication for my Static Web App (Angular) using the staticwebapp.config.json file. The authentication works perfectly when ...
Johan Jimenez's user avatar
-1 votes
1 answer
58 views

data base queries in application is running on the local environment, but not on microsoft azure?

i created a project which is using external mysql database , the application has node.js backend and react frontend i am using azure static web-app, and it is deployed on microsoft azure but according ...
Nikhil Singh's user avatar
0 votes
1 answer
44 views

Azure Static Web App ignoring config json sometimes

I'm deploying to a static web app in Azure, everything is mostly working well. However, I'm attempting to route paths with locales in them to specific index files with the appropriate language codes (...
Dave Maison's user avatar
1 vote
0 answers
75 views

Azure CDN Unexpected Caching Behaviour [closed]

Azure SWA sitting behind a Front Door CDN Profile. Caching is enabled in Profile, caching headers are configured in staticwebapp.config.json and are correctly coming through in responses. I want ...
4rrow's user avatar
  • 105
0 votes
1 answer
60 views

AuthJS Credentials not working on Azure Nuxt SWA

I'm using Nuxt for my web app. For specific reasons, I decided to go with AuthJS's Credentials Provider, but when deploying on Azure SWA (tested on both free and standard SKU), I get a {"code&...
Iwan de Jong's user avatar
0 votes
1 answer
61 views

WebSockets not working in Azure Static Web App -> Azure App Service

I am having issues getting websockets to work in Azure with the following setup: Frontend in React, hosted in an Azure Static Web App Backend in Node.js (v20 LTS) running in Azure App Service The API ...
Seth's user avatar
  • 1,363
0 votes
1 answer
50 views

Laravel Reverb in Azure Static Web App Web Connection Failed

Websocket connection to wss://sample-api.azurewebsites.net:8081/app/fs213123111 failed I've been trying to configure Websocket connection from frontend (VUE) Azure Static Web App to backend (Laravel) ...
lilyco's user avatar
  • 11
0 votes
0 answers
48 views

SvelteKitJS POST 405 Method Not Allowed with Azure Static Web Apps CLI [closed]

I'm running into an issue where if I have a form on a page with method="POST" then I'm getting a 405 Method Not Allowed response. I've tried issuing a POST request even with Insomnia but I ...
uioporqwerty's user avatar
  • 1,148
0 votes
0 answers
56 views

Can you have two tables in a DB Preview to your SWA?

staticwebapp.database.config.json Terminal Output after swa start I tried to add this call the table after doing swa start. I used the proper url to the local host to /data-api/rest/Courses but it ...
vincent nguyen's user avatar
0 votes
1 answer
89 views

React front-end application on Azure stops working after browser refresh

I have a front-end application developed in React, deployed on Azure Static Web App. In one of the environments, the application renders a specific screen correctly when accessed. However, if I ...
Neias's user avatar
  • 543
1 vote
1 answer
91 views

Blazor WASM Integrity issues with Azure Static Web Apps Hosting

I recently published my Blazor WASM app to Azure static web apps. I'm skipping frontend build as mentioned over here in the official docs and publishing the output to Azure static web apps using the ...
fingers10's user avatar
  • 7,735

15 30 50 per page
1
2 3 4 5
32