# Debrief project 37 ## What made you smile? 1. Cool stuff to have dynamic data in markdown 2. Pretty easy to setup dynamic props. ## What was confusing? 1. Realm page returns HTTP 500 when you specify `{% $pageProps %}`. ![realm-erorr.png](/assets/realm-erorr.dd6eacdfef2791e65704735187ad8a97405af111280324e6481527fe0c3a42b0.4249944b.png) 2. Realm page returns HTTP 500 if you try to render number value. We was forced to cast all fields to string. Would be greate to have some default cast functionality. 3. `weather.props.ts` file was respected by Realm only after Full restart. 4. We accidentally clicked to Revert in the file context menu (wanted to Rename the file) and lost all changes without confirmation. 5. We can not use dynamic params to render images. `![api-hub-logo.png](https:{% $pageProps.current.condition.icon %})` ![image-url.png](/assets/image-url.742280682afad56048395c3124d37b23132b83c90bc7df4c179a35a514e0ae17.4249944b.png)