I’ve troubleshooted using the AI Chat Bot, Netlify documentation, searched through the Forum, checked my deploy logs (my three redirect rules have been processed as shown in the screenshot), and even cleared the production-deploy cache and rebuilt…I seem to have my file syntax correct (have tried old/new and to/from in both orders) and I’m using absolute links instead of relative links in my portfolio and file placed correctly, but it isn’t behaving as I intend/expect.
The screenshot shows my _redirects file and my netlify.toml file. I’ve used both and the projects aren’t loading when I click the link set to redirect (as a rewrite). I’m having these same results using Chrome, Firefox, and Edge.
I’ve copy/pasted the source urls (…netlify.app) to check and they are correct and working.
<script src="https://kit.fontawesome.com/fa2c8ce36d.js" crossorigin="anonymous"></script><!doctype html><html lang="en"><head><meta charset="utf-8"/><script defer="defer" src="/static/js/main.6dbcc4ee.js"></script><link href="/static/css/main.43045ee7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
So you’ll either need to add additional redirects to ensure those file requests are routed to the correct location, or adjust the output of the build of the “sub sites” to use absolute URLs to access their resources.