N
Novu4w ago
loup

Failed to initialize session in React Native

Everything is on the title, when adding the <NovuProvider /> in my React native app (expo), I have :
Failed to initialize session, please contact the support
Failed to initialize session, please contact the support
I really dont know what I miss :
<NovuProvider
applicationIdentifier={process.env.EXPO_PUBLIC_NOVU_APPLICATION_IDENTIFIER!}
subscriberId={session.user.id}
>
<NovuProvider
applicationIdentifier={process.env.EXPO_PUBLIC_NOVU_APPLICATION_IDENTIFIER!}
subscriberId={session.user.id}
>
3 Replies
loup
loupOP4w ago
Okay this is an issue with the security HMAC encryption
Pawan Jain
Pawan Jain4w ago
@loup Do you need more help in this?
loup
loupOP4w ago
Sry, I just have to provide the subscriber hash in provider

Did you find this page helpful?