Patrik Oldsberg
Patrik Oldsberg
@vinaykv23, that's not quite enough info for us to be able to see what's going on. Is there anything in the network tab that provides a clue?
Context for this change from the previous changeset body: > #### EnvConfigSource > > - [`EnvConfigSource.constructor`](https://github.com/backstage/backstage/blob/c780320418b7775f18fc0d2cc279ee7db9c7cb25/packages/config-loader/src/sources/EnvConfigSource.ts#L68) > - [`EnvConfigSourceOptions`](https://github.com/backstage/backstage/blob/c780320418b7775f18fc0d2cc279ee7db9c7cb25/packages/config-loader/src/sources/EnvConfigSource.ts#L31) > - [`readEnvConfig`](https://github.com/backstage/backstage/blob/c780320418b7775f18fc0d2cc279ee7db9c7cb25/packages/config-loader/src/sources/EnvConfigSource.ts#L114) > > #### NodeJS process.env > > -...
Just wanna chime in quick here that I'm a bit confused about the recent changes to `HeaderTabs`, since we also have `RoutedTabs` and `TabbedLayout` for the case where tabs are...
@JoergSiebahn yep! 👍
@vinzscam yep pretty much that, although we can make it a module extension point rather than a service. https://backstage.io/docs/backend-system/architecture/extension-points#module-extension-points for some details on that, and an example of a module...
Which provider is it that you're seeing this for? The token being revoked is something that shouldn't happen regardless of whether we have backend storage or not. Agree that that...
Somehow `@backstage/backend-plugin-api` is being brought into the frontend build, which is the root cause of this issue. Changing the code where the error is thrown might un-break the build but...
Got as far as thinking that we should add a check to the package build command here: https://github.com/backstage/backstage/blob/fe1a55efe4d2c21fe8bbf33893d05f96905d2805/packages/cli/src/commands/build/command.ts#L27-L28. I was aiming to use the `PackageGraph` util only, but while it...
Ah, I'll pick this one up!
The redirect flow doesn't support providers without support for session refresh. This is because we use the session refresh to persist the session on a successful login, the frontend redirect...