How to fix Routing Issues in Angular after deploying

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Hello, You have the solution in linux azure app service ? cause we don't have iis serveur but nginx

legrandtalk
Автор

it doesn't work for me, checked every step... I resolved this issue following these steps:

In the Amplify Console, navigate to the “Rewrites and redirects” section.
Update the redirect rule with these settings:

Source address:
Target address: /index.html
Type: 200

This regex-based rule ensures problematic routes redirect to index.html.

kdannothere