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
Angular requires a platform to be initialized. This error is thrown when `bootstrapApplication` is used on the server without providing a `BootstrapContext`.
4
+
5
+
When using server-side rendering, `bootstrapApplication` requires a `BootstrapContext` to be passed as an argument.
6
+
7
+
## Debugging the error
8
+
9
+
To resolve this error, ensure that your `main.server.ts` file correctly passes a `BootstrapContext` to the `bootstrapApplication` function.
0 commit comments