You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
Environment: Azure webapp taken directly from public docker container (latest directus version)
DB: Azure SQL Database
Issue: from the directus app, I can create the collection without any problem but as soon as I create a table in the DB with SQL Management Studio the table is shown in the settings --> data model but there is no fields available and whatever you do like adding fields or just viewing the collection in the Content page I receive the error {
"errors": [
{
"message": "You don't have permission to access this.",
"extensions": {
"code": "FORBIDDEN"
}
}
]
}