Redirect Rule for Angular CSR App

Can someone please help me choosing the correct redirect rule for my Angular CSR App? I am getting the error that my redirect rule is invalid.

23:08:33.301    Parsed 0 valid redirect rules.
23:08:33.302    Found invalid redirect lines:
23:08:33.302      - #1: /* /index.html 200
23:08:33.302        Infinite loop detected in this rule and has been ignored. This will cause a redirect to strip `.html` or `/index` and end up triggering this rule again. Please fix or remove this rule to silence this warning.

I am using this redirect rule to prevent 404 Errors on Angular CSR Applications.
Was this page helpful?