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

Forbidden on importing existing tables #2473

@sgiovinetti

Description

@sgiovinetti

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions