The Modern Web App Pattern is a set of objectives to help you apply an iterative change to modernize a cloud deployed monolith. This content builds on the Reliable Web App. This repo contains a reference implementation of a Modern Web App for .NET.
If there was an error during deployment then the user may have been able to login before the API was successfully started. This causes an error during checkout because of a referential constraint on the User table.
Calling createOrUpdateUser during checkout ensures the integrity of the relationship.
If there was an error during deployment then the user may have been able to login before the API was successfully started. This causes an error during checkout because of a referential constraint on the User table.
Calling createOrUpdateUser during checkout ensures the integrity of the relationship.