Hey @victorrecruitrobin Eden from the support engineer team here.
Â
This looks like it may require additional investigation with specific examples, so I’ve gone ahead and escalated this as a conversation with the Support team. They will get back to you within that conversation as soon as possible!Â
Hello, thanks for your response. I was able to resolve this issue by doing this:
Â
We use Expo in our application. Due to this, we were utilizing the config-plugin-react-native-intercom
library to configure the native code automatically. It appeared to work, as it could indeed modify the native code when we ran npx expo prebuild
. However, for some unknown reason, Intercom was displaying the 404 error.
Â
Therefore, I decided to run npx expo prebuild
without this library and to make the required changes manually. After that, Intercom was able to work well.