You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to learning content or multiple people working on the same project, the are regular help requests from the community, struggling as their providers do not work as expected.
The reason being that at some point of the app lifecycle, there were 2 configurations living in the app: the app.config file and an object defined directly in the main.ts file.
Describe the solution you'd like
A warning if the default app.config file (and its SSR sibling) is not used in main.ts
Default means their default path in the project here, not to find out how exotic projects can be.