Troubleshoot tax jurisdictions
Goal
Resolve create/validation and determination gaps related to jurisdictions.
Common issues
Cannot create — validation 422
- code missing, too long (> 64), or conflicting uniqueness.
- name missing default locale (translatable rule).
- country not size 2.
- level not in
country|state|region.
Determination preview finds nothing
- No rule references the jurisdiction / category / party type / place of supply combination.
- Message: "No tax determination rule matched the supplied criteria."
- Check exemptions as well — they can zero tax without a rule match when they apply.
Nav missing
- Enable module statutory_compliance; grant
tax.view.
Edit does not stick
- Confirm you are calling update on an existing id (
PUT), not posting a second create with a new code.