#AppRouter must be rendered within the AppProvider

2 messages · Page 1 of 1 (latest)

inland fractal
#

I have an existing backstage instance where we modified the frontend quite a bit. I'm trying to merge those changes by pulling in the default files from a newly created backstage instance, and then adding my changes back in.

However, when I simply copy/paste the app.tsx from fresh project to existing, I get this error. I confirmed that all dependency versions on frontend match between the two.

#

Here's the snippet of app.tsx which is presumably causing the issue