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
The web app (front end and api) needs to be configurable to allow it to be hosted under a variety of URIs. These URIs typically are typically within a larger URI space within business website and are further differentiated by an environment, eg. dev, test and production.
eg.
On the api side, this can often be met by using appsettings..json
On the client side routing is handled both serverside and clientside. From what i've seen so far, the options seem to be limited to compile time injection of the base URI which ends up in the and hardcoded by React or Angular for the client side routing.
The text was updated successfully, but these errors were encountered:
The web app (front end and api) needs to be configurable to allow it to be hosted under a variety of URIs. These URIs typically are typically within a larger URI space within business website and are further differentiated by an environment, eg. dev, test and production.
eg.
On the api side, this can often be met by using appsettings..json
On the client side routing is handled both serverside and clientside. From what i've seen so far, the options seem to be limited to compile time injection of the base URI which ends up in the and hardcoded by React or Angular for the client side routing.
The text was updated successfully, but these errors were encountered: