You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially, this happens because the user has yet to be created within the user table, and adding the foreign key to the social media table violates the foreign key constraint as the user with that auth0_id does not exist.