Storybook IFrame 404
If you’re running into a 404 on the IFrame on storybook the mostly likely cause is that your directory path to where storybook is contains some encoded characters. In this case we had a project called Agent%20Portal
on disk. Renaming it to just AgentPortal
fixed up storybook right away.