data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

[Bug]: nextLink is broken when hosted on Static Web App

Open aqndev1 opened this issue 1 year ago • 0 comments

What happened?

Upon deployment, the path is altered with the data-api prefix. However, when the result exceeds the 100-row limit, a nextLink property is provided, but the nextLink doesn't contain the data-api prefix. So when using for example ADF, the absoluteUrl is the REST-connector cannot be used. URL: https://xxxxxx.x.azurestaticapps.net/data-api/rest/entityName nextLink property: https://xxxxxx.x.azurestaticapps.net/rest/entityName

Version

latest

What database are you using?

Azure SQL

What hosting model are you using?

Static Web Apps (SWA)

Which API approach are you accessing DAB through?

REST

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

aqndev1 avatar Apr 17 '24 09:04 aqndev1