Checks.state argument is missing (Express, Node)

Hey All, I’ve seen the main thread on this topic here. I’ve gone through all the solutions presented in this thread and nothing has fixed my issue. I’m truly lost at what I am doing wrong.

My application works fine if you login and logout on the browser. The only time I see this issue present itself is when I go through the user invitation flow of sending a password change email template. I have a vanilla configuration with app(use(auth(config)) similar to the examples. My app url is https://website.com and I have my callback url as https://website.com/callback in the application dashboard and for the “Redirect To” field in the email template. All the ports I need are open on instance I’m running everything on.

Please, help me find out what I’m doing wrong. Thanks in advance!