Ask A Question
Notifications
You’re not receiving notifications from this thread.
Using a Custom Constraint to Redirect
How would you set up a custom constraint to redirect in the absence of an ENV.
eg: If a certain set of ENVs are missing, it would redirect you to an error page using a custom route. If the envs are present, then it would go to the regular route that you have set up.