Proxying to other Netlify app stopped working? Weird

I have a main website https://ansperformance.eu/ (repo) being served by Netlify app aiu-portal.netlify.app on a custom domain.
Similarly other sub-parts of the main website have their own repo/app:

The two sub-parts above for example are configured in the main website repo via proxying like (in netlify.toml)

[[redirects]]
  from = "/economics/ace/ace-hlsr/*"
  to = "https://ace-hlsr.netlify.app/:splat"
  status = 200
  force = true

[[redirects]]
  from = "/economics/cba/standard-inputs/*"
  to = "https://standard-inputs.netlify.app/:splat"
  status = 200
  force = true

This allows to navigate to any page in the Standard Inputs book with a URL for the main website, like https://ansperformance.eu/economics/cba/standard-inputs/chapters/geographical_areas

The problem now is that the navigation via the sidebar and page navigation (see arrows in attached screenshot) used to work in the near past (say at least till March 2023) but do not anymore.

For example side navigation link for “Medium term capacity planning” points to https://ansperformance.eu/chapters/medium-term_capacity_planning instead of https://ansperformance.eu/economics/cba/standard-inputs/chapters/medium-term_capacity_planning

The processing of the redirect from the deploy logs do not show any issues: I am wondering whether something on the Netlify side has changed recently on proxying/redirect front.

Thanks in advance for any feedbacks/hints at a solution

Try disabling pretty URLs in your site settings for now, there is a bug investigation on going and in the meantime this is the current fix.

Thanks @biruwon .
As suggested I disabled Pretty URLs on the sub-parts Netlify apps I mentioned above, redeployed
them and all seems to work now.

Is there a way to monitor the evolution of the issue in order to eventually re-enable Pretty URLs?

Thanks again for the hint

Hi @espinielli,

This issue is being tracked privately. We’ll let you know here once it’s resolved.

1 Like