Patrik Oldsberg
Patrik Oldsberg
Opened #23926 to bump csstype, let's see if that works
Hi! Could you provide a screenshot for context? 🙏
I tried reproducing but it's working as expected. I created a new `@backstage/create-app` and set up https://github.com/backstage/backstage/tree/master/contrib/docker/frontend-with-nginx with the host build. Seeing the following in logs related to the config...
Hmm, that's strange. Your injected config isn't properly escaped, for me it looks like this after injected: `d="{\"app\":{\"title\":\"Testing\"}}"` The escaping is handled by this line, could this be related to...
@IlyaSavich would it be possible to dig around and see if you can get a stack trace for the "Key for the ES256 algorithm must be one of type KeyObject...
@IlyaSavich `ServerTokenManager:190` is a red herring, it's actually `:223` where the error happens, don't know why the sourcemaps are off :/ So yep this is clearly a token from the...
@IlyaSavich about the `isTargetPluginSupported`, it needs to consider an empty array valid since the array will be empty if the plugin hasn't made any requests yet, because it hasn't generated...
Suggested a fix in https://github.com/backstage/backstage/pull/24676
Yep we'll likely look at adding this! 👍 The tricky bit are the extensions being provided through `plugin.provide(...)` in the old system, and how to handle those.
Generally I agree that this could be good to have in some form, perhaps by just giving access to the standardized rule config and logic to entity providers. These examples...