Skip to content

Commit c644a91

Browse files
committed
fix: add clarification on dataset type mismatches in iApp documentation
- Introduced a new section addressing potential dataset type mismatches between the frontend and iApp, outlining causes and solutions for better user guidance. - Enhanced overall documentation clarity to assist users in debugging their iApps effectively.
1 parent 43a3433 commit c644a91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/build-iapp/guides/debugging-your-iapp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ with open(f"{os.environ['IEXEC_OUT']}/computed.json", 'w') as f:
112112
json.dump(computed, f)
113113
```
114114

115+
### ⚠️ **Dataset type unmatching**
116+
117+
- **Cause**: The dataset type specified in the frontend (protectData) does not
118+
match with the dataset type specified in the iApp
119+
- **Solution**: Check both dataset types
120+
115121
## Best Practices
116122

117123
### 🔍 **Input Validation**

0 commit comments

Comments
 (0)