Bug Description
📌 Description
After submitting PR #85 (Smart Contract fixes + Backend MVC refactor + tests), the Netlify deploy preview is failing even though:
No merge conflicts exist with main
All smart contract tests pass locally (npx hardhat test)
Backend API tests pass locally
Integration logic works as expected
However, CI reports failing checks:
❌ Header rules
❌ Redirect rules
❌ Pages changed
❌ Netlify deploy-preview
This suggests a deployment configuration issue rather than a code logic issue.
medium level