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

Latest version no longer works due to authorize error #76

Closed
markandersontrocme opened this issue Feb 6, 2023 · 1 comment
Closed
Labels
question Further information is requested

Comments

@markandersontrocme
Copy link

Upgrading to the latest version I now get this error: backstage error Cannot read properties of undefined (reading 'authorize') type=errorHandler stack=TypeError: Cannot read properties of undefined (reading 'authorize')

broken on: "@k-phoen/backstage-plugin-announcements-backend": "^0.1.3",

working on: "@k-phoen/backstage-plugin-announcements-backend": "^0.0.5",

ernestocid added a commit to ernestocid/backstage-plugin-announcements that referenced this issue Feb 10, 2023
Small fix in the setup documentation. I was just installing the plugin and I had an issue similar to this: K-Phoen#76. This change was what made it work for me.
K-Phoen pushed a commit that referenced this issue Feb 19, 2023
Small fix in the setup documentation. I was just installing the plugin and I had an issue similar to this: #76. This change was what made it work for me.
@K-Phoen
Copy link
Owner

K-Phoen commented Feb 19, 2023

Somewhere within this interval of versions, the plugin started integrating itself with Backstage's permissions framework.

As a result, you need to inject it when starting the plugin. See #78

@K-Phoen K-Phoen closed this as completed Feb 19, 2023
@K-Phoen K-Phoen added the question Further information is requested label Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants