When adding avalara_information routes for admin/users don't (re)create the default CRUD routes for users.
These routes are placed on the top of the routes table (hence a higher priority) and might cause unexpected conflicts with other routes definitions.
When adding
avalara_information
routes for admin/users don't (re)create the default CRUD routes for users. These routes are placed on the top of the routes table (hence a higher priority) and might cause unexpected conflicts with other routes definitions.