Skip to Content
Support & FAQError Messages

Error Messages Explained

When something can’t be completed, Clorvia shows a short message (usually a small toast in the corner, or a note under the field you’re editing). This page lists the messages you may see, why they happen, and how to fix them.

Tip: the message text tells you the reason. If you ever see a generic “An error occurred”, reload the page and try again — if it keeps happening, contact support with a screenshot.

Sign-up & sign-in

MessageWhy it happensWhat to do
A user with this email already existsAn account is already registered with that email.Use Sign in instead, or reset your password.
Email must be a valid emailThe email address is mis-typed (missing @ or domain).Check the spelling and try again.
Password must be between 8 and 50 charactersThe password is too short or too long.Use at least 8 characters.
Full name is requiredSign-up needs your name for your workspace profile and invoices.Enter your full name.
Company name is requiredYour company name becomes your workspace name and appears on invoices.Enter your business / company name.
A valid phone number is requiredThe phone field is empty or incomplete.Enter your 10-digit mobile number (the +91 is added for you).
Invalid email or passwordThe email/password combination doesn’t match an account.Re-check both. Use Forgot password if needed.
Captcha verification failedThe anti-bot check didn’t pass (often a slow network or an expired page).Reload the page and try again.

Your session

MessageWhy it happensWhat to do
Your session has expired / you’re sent back to sign-inFor your security, sign-in sessions don’t last forever.Sign in again. Your data is safe.
UnauthorizedYou’re not signed in, or your session ended.Sign in again.

Plans, billing & feature access

Clorvia has Free, Starter, Professional and Business plans, plus a 14-day free trial. Some features are only on higher plans — see Plans & Billing.

MessageWhy it happensWhat to do
Upgrade required for this featureThe feature you tapped isn’t included in your current plan.Open Settings → Plans and upgrade. The message names the plan you need.
Subscription not activeYour trial ended (or a paid plan expired) and you’re on the Free plan, which doesn’t include this feature.Subscribe or renew in Settings → Plans.
API not available on your planThe Developer REST API and MCP access require the Business plan (or an active trial).Upgrade to Business, or use the app directly.
Payment failedThe bank/card declined the payment, or it was cancelled.Try again, use a different method, or contact your bank. No charge is taken on a failure.
Payment is still processingThe bank hasn’t confirmed the payment yet.Wait a few minutes — Clorvia activates your plan automatically once the bank confirms (even up to an hour later). No need to pay again.

Important: you are never double-charged. If a payment is stuck, wait for the confirmation rather than paying again — the plan activates on its own when the bank confirms.

Workspace & team members

MessageWhy it happensWhat to do
The workspace owner cannot be removedThe account that created the workspace is its permanent owner and can’t be removed or leave.To hand over a business, contact support. Other members can still be removed normally.
Member not foundThe member was already removed, or the page is out of date.Reload the Members page.
You don’t have permission to do thisYour role doesn’t allow that action.Ask the workspace owner to do it or to update your role.

Saving records (invoices, items, parties…)

MessageWhy it happensWhat to do
An item / customer with this name already existsNames must be unique within a company.Use a different name, or edit the existing record.
This field is requiredA mandatory field (e.g. invoice date, party) is empty.Fill the highlighted field.
Invalid valueThe value doesn’t fit the field (e.g. letters in an amount, a bad GSTIN).Correct the highlighted field. A GSTIN is 15 characters.
Not foundThe record was deleted, or you opened an old link.Go back and reload the list.

Developer API errors

If you use the REST API, errors come back as JSON with an error message and the matching HTTP status:

StatusMeaningCommon cause
400 Bad RequestThe request body is invalid.A missing or mis-typed field. Check the error text.
401 UnauthorizedThe API key is missing or wrong.Send Authorization: Bearer <API key>. Create one in Settings → Developers.
402 Payment RequiredAPI not available on your plan.Upgrade to Business (or use it during your trial).
403 ForbiddenThe API key lacks permission for that action.Use a key with the right access.
404 Not FoundThe record or endpoint doesn’t exist.Check the ID and the URL path.
429 Too Many RequestsYou’re sending requests too fast.Slow down / retry after a short pause.

See Using the API for examples.

Still stuck?

If a message isn’t listed here, or the fix didn’t help:

  • Reload the page and retry once.
  • Note the exact message, the screen you were on, and what you were doing.
  • Contact support with that information (a screenshot helps).