Conversation
✅ Deploy Preview for stackable-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Redirects working in the preview |
|
This was actually removed previously, because it caused other issues. See #678. |
Would it make sense to look into the other issues one more time then (sorry don't know about the linked issue yet)? Because as far as I understood this is the solution to having the redirects and otherwise the strategy defaults to Edit: We decided to take another look at the previous problems |
The linked issue doesn't seem to be a problem anymore. The redirect works as expected. |
Research Results
Netlify was only processing one redirect rule. The one processed here is found in
netlify.toml:There was no
_redirectsfile as part of the prod deployment in Netlify, which could contain additional redirects.After adding the change in the PR, locally, a
_redirectsfile was generated, which contains the following redirects listed below. The relevant redirect for this fix is the top one, but deploying this might also add the other redirects which might have been missing before also.