Skip to content
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

BUG: Login-Overlay pops up when trying to edit a link (1.4.x) #69

Open
Benjamin-K opened this issue Aug 5, 2024 · 3 comments
Open

BUG: Login-Overlay pops up when trying to edit a link (1.4.x) #69

Benjamin-K opened this issue Aug 5, 2024 · 3 comments

Comments

@Benjamin-K
Copy link

Since updating to Version 1.4.1, as soon as we click on a node with a link in the sidebar or try to add/edit a link in the inline editor, the login overlay pops up.

We have already tried to (re)add the new privilegeTarget to some of our roles with no success. But it looks like the privileges are not applied correctly.

@lcherpit
Copy link

lcherpit commented Oct 4, 2024

Same behavior here with Archaeopteryx 1.4.2 with Neos UI version: 8.3.10 Authenticated as Neos.Neos:Administrator,.

It's seems like the security framework doesn't knows where the request come from.
As a test, by giving more open rights like below, it works.

roles:
  'Neos.Flow:Everybody':
    privileges:
      - privilegeTarget: 'Sitegeist.Archaeopteryx:ApiAccess'
        permission: GRANT

How to find out more ?

@Benjamin-K
Copy link
Author

Thanks @lcherpit for further investments here. We still can't use ~1.4.0, as this issue still exists. Would like to help, but don't know how.

@lcherpit
Copy link

here too. I still use the version just before new api, route and policy implementations. But, I didn't already test on a fresh basic Neos install.

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

No branches or pull requests

2 participants