-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panel says You don't have permission to access this
, (intermediate value).map is not a function
#4
Comments
The only checks that are made is if you are logged in and if the requesting user has access to that particular panel. Since you are admin it should work. Haven't tested it on 10.12 yet though. |
Hmm.. I'd thought so, too. I've tried some things, but I'm too much of a noob anyway to make sense of this. I'm using sqlite3 as database, in case that might play a role. So, I've created a new table after the extension was installed, then 1
In the Dashboard the panel then shows
In the Dashboard the panel then shows Log in Docker
2
In the Dashboard the panel then shows
In the Dashboard the panel then shows Log in Docker
3
In the Dashboard the panel then shows
In the Dashboard the panel then shows Log in Docker
Unfortunately, I have no point at which I can start to locate or even solve the problem. Idk, maybe this is telling to you in any way that it isn't to me. Anyway, thanks for your reply regardless! |
I installed the extension on the following system:
Windows 10 + wsl 2 Ubuntu (WSL-Version: 2.1.5.0, Kernelversion: 5.15.146.1-2, WSLg-Version: 1.0.60, MSRDC-Version: 1.2.5105, Direct3D-Version: 1.611.1-81528511, DXCore-Version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp, Windows-Version: 10.0.19045.4529)
Docker Desktop 4.30.0
Directus 10.12.1
In my data model I've already created collections like "Projekte", "Produkte" and such for testing purposes.
When I now create a SQL field in Insights and type a simple query like
SELECT name FROM produkte;
, the Panel then saysYou don't have permission to access this.
And, when I save the Dashboard, it says(intermediate value) (intermediate value) (intermediate value).map is not a function
.I am logged in as admin who created the Directus instance and I gave permission to all collections and all system collections. What other permissions can there be needed? What am I doing wrong?
The text was updated successfully, but these errors were encountered: