issues
search
felvin-search
/
instant-apps
Your search box is now an app store! 🎉
https://felvin.com
Other
94
stars
47
forks
source link
[Bug] cht-sh app - error handling in cht-sh app
#324
Open
sahil-shubham
opened
2 years ago
sahil-shubham
commented
2 years ago
Screenshot(s)
Summary
cht-sh
app is rendering and taking precedence over other apps because it returns
response okay
for 404 and hence the error handling in the following lines don't work
https://github.com/felvin-search/instant-apps/blob/master/apps/cht-sh/src/App.jsx#L65-L78
Side note
this happens only in the local development because the
cht-sh
is bugged and only works in the local development. See #317
sahil-shubham
commented
2 years ago
Solve this issue before #317
Screenshot(s)
Summary
cht-sh
app is rendering and taking precedence over other apps because it returnsresponse okay
for 404 and hence the error handling in the following lines don't work https://github.com/felvin-search/instant-apps/blob/master/apps/cht-sh/src/App.jsx#L65-L78Side note
cht-sh
is bugged and only works in the local development. See #317