Mohamed Yassin

Results 3 comments of Mohamed Yassin

@tommybananas Sorry for the late reply, but scopes won't actually fix the issue, I tried, the same endpoint always. @wroberts Looks fine!

I've worked around this by decoding the parameter myself ``` screenName: { path: 'screenName/:id', parse: { id: (id: string) => decodeURIComponent(id), }, }, ```

Removing the spaces is definitely going to fix it, it is better though to replace the `HEADER_SEARCH_PATHS` with ``` HEADER_SEARCH_PATHS = ( "$(inherited)", ); ``` then run `pod install` in...