Craig Presti
Craig Presti
Is there any workaround in the meantime?
I'm blocked by this also - created a vanilla payload app via npx create-payload-app, point it to a vanilla Azure Cosmos MongoDB instance, get http 400 with "Transaction is not...
May I ask how you have setup the AAD app? The PKCE error makes me wonder if maybe you did not configure as an SPA? https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-spa-app-registration#redirect-uri-msaljs-20-with-auth-code-flow
I hit this today also, as a workaround you can use `swa deploy --app-name `. Docs here: https://azure.github.io/static-web-apps-cli/docs/cli/swa-deploy/
> Getting a `400` on a local run... Thank you for the feedback - I suspect this may have been due to the bug we fixed with long files
> How is this different than #94? Do we need both? We can abandon this PR
@dluc This is now supported as of this PR https://github.com/microsoft/semantic-kernel/pull/161 right?
Do you also have dotnet 6? There is an unfortunate footnote in that Azure Functions require dotnet 6 to build: See https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide#supported-versions
Thank you for the report, taking a look...