I deployed a react web app using your excellent automatic service but I notice a strange (and buggy) behavior.
In my app, I have routes /people/{id}, which work perfectly when I reach them from one location (/peoples) and display a white page with a strange javascript error when hit directly or from /fullgraph.
So this path works well : /peoples -> /people/24 but these do not : /people/24 /fullgraph -> /people/24
(or any other people id than 24).
Project is deployed at : https://encheres-albi.vercel.app