Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Forbidden on importing existing tables #2473

Open
sgiovinetti opened this issue Jan 28, 2022 · 0 comments
Open

Forbidden on importing existing tables #2473

sgiovinetti opened this issue Jan 28, 2022 · 0 comments

Comments

@sgiovinetti
Copy link

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"
}
}
]
}

Thank you in advance for your support.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant