Chris Anderson

Results 49 comments of Chris Anderson

You should inspect the HTML of the email you are sending (should be able to view it by click on the `email_sent` event for the user). Double check that the...

I have not seen either of those before! How do you have redis setup? Are you in cluster mode? Using Elasticache or your own instance running?

Unfortunately heap errors like that are really hard to debug without actually running a memory dump. Typically they are caused by some sort of memory leak that is building up...

Not exactly sure what you are talking about, the only scopes required for OpenID are `openid email profile` which are all common to all OpenID login methods. Are you sure...

Cant replicate this, can you please inspect the network request and paste the exact body of what is being sent?

What email provider are you using? Do you see anything in your logs about the BASE_URL being invalid?

Hello! That is the general recommendation, storage is cheap these days. We have an install with over 750GB of user event data and it's mostly working fine. The issue once...

@Wardormeur can you give me some insight into how many rows are in your `journey_user_step` table and how large your journeys are? Also do you have any webhook steps?

Have also been getting this error intermittently for a number of days now, no rhyme or reason to when it happens unfortunately