Deploy from git fails if app directory not root?

I have a SvelteKit project where all app code resides not in root but /app. From there using the cli I can netlify deploy successfully, but I notice that git-enabled deployments fails, and I wonder if that is the reason? Anyone know?

It could be due to various reasons. Could you share the site name? That could help us avoid a lot of guess work.

For sure, and thanks!

https://smileforms.netlify.app/

Thanks, that made it easy.

You need to set app as the base directory here:
: