Replies: 2 comments 3 replies
-
A related question is how can we determine the DAB version hosted by a Static Web App so that we can make sure we're running the same version locally for development and testing? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I’ve been following the discussion and have a related question. I’m trying to understand how DAB is maintained within SWA—specifically, how runtime updates are handled. I couldn’t find detailed documentation addressing this, so any links or further explanations would be greatly appreciated. We’re considering using DAB, and while DAB within SWA seems to meet our needs, we’re unsure about how DAB runtime updates are managed. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
I have a Static Web App that has been providing APIs from Azure SQL views fine. Today, I introduced a stored procedure API into the config and now all APIs are returning 400 Bad Request.
If I remove the new "entities" object from the config then everything starts working again.
I ran DAB locally with the same config and it works fine.
The question is whether it's possible to get to the logging info that DAB emits when it's running in the SWA. Otherwise, how is possible to troubleshoot config issues in SWA?
Here's my new entry that's breaking things:
Thanks for any help or advice on this!
Beta Was this translation helpful? Give feedback.
All reactions