Login and Access Issues
I can't log in to my account
I can't log in to my account
If you’re unable to log in, work through the following checks in order:
- Verify your email address — Make sure you’re using the email address associated with your Zolt account. Check for typos or extra spaces.
- Check your password — Passwords are case-sensitive. If you’re unsure, click Forgot password? on the login page to reset it.
- Try a password reset — Go to app.zolt.io, click Forgot password?, and follow the instructions. Check your spam folder if the email doesn’t arrive within a few minutes.
- Check for SSO — If your workspace uses Google, GitHub, or SAML SSO, click the corresponding SSO button instead of entering a password. Password login may be disabled for SSO-enabled workspaces.
- Clear your browser cookies — Stale session cookies can prevent login. Clear cookies for
app.zolt.ioand try again.
I'm not receiving the verification email
I'm not receiving the verification email
Zolt sends verification and password reset emails from
noreply@zolt.io. If the email hasn’t arrived:- Check your spam or junk folder — Email providers sometimes filter automated messages. Look for an email from
noreply@zolt.io. - Wait a few minutes — Email delivery can occasionally be delayed by up to 5 minutes.
- Resend the verification email — On the login or verification screen, click Resend Email. You can request a new email once every 60 seconds.
- Check the email address — Make sure the address you registered with doesn’t have a typo. If it does, create a new account with the correct address or contact support to have your email updated.
- Allowlist the sender — Ask your IT or email administrator to allowlist
noreply@zolt.ioand the domainzolt.ioto prevent future filtering.
My account is locked
My account is locked
Zolt automatically locks an account after 10 consecutive failed login attempts as a security measure. A locked account cannot be accessed until it is unlocked.To unlock your account, contact Zolt support and provide:
- The email address associated with the account
- Your workspace name
- A brief description of what happened
Project and Task Issues
My task isn't showing up in the project
My task isn't showing up in the project
If a task you know exists isn’t visible, check the following:
- Check active filters — Open the project view and look for any active filters (assignee, status, due date, label). Click Clear Filters to reset and see all tasks.
- Check the project visibility — If the project is set to Private, only invited members can see it. Ask a project admin to verify your membership.
- Check for archived tasks — Archived tasks are hidden from the default view. Click View > Show Archived to reveal them. You can unarchive a task by opening it and clicking Unarchive.
- Check the correct project — Tasks belong to a single project. Confirm you’re looking in the right project, especially if your workspace has similarly named projects.
- Search for the task — Use the global search bar (⌘K or Ctrl+K) to find the task by name across all projects you have access to.
I can't edit a task
I can't edit a task
If a task appears read-only or your changes aren’t saving, the most likely cause is your role in the project:
- Viewer role — Viewers can read tasks but cannot create, edit, or delete them. Contact a project admin or workspace owner to have your role upgraded to Member or Admin.
- Task is locked — Some tasks can be manually locked by admins to prevent edits. Look for a lock icon on the task. Only admins can unlock tasks.
- Project is archived — Archived projects are read-only. An admin must unarchive the project before tasks can be edited.
Notifications aren't working
Notifications aren't working
If you’re not receiving notifications from Zolt, check each of the following:
- Check your notification settings — Go to Settings > Notifications and confirm that the notification types you expect are enabled (email, in-app, or Slack).
- Check your spam or junk folder — Email notifications from Zolt may be filtered. Look for messages from
notifications@zolt.ioand mark them as not spam. - Check the notification frequency — Zolt offers instant, daily digest, and weekly digest options. If you selected a digest, notifications are batched rather than sent immediately.
- Check your Slack integration — If you rely on Slack notifications, go to Settings > Integrations > Slack and confirm the integration is active and the correct channels are configured. If the integration shows a warning, re-authorize it.
- Check project-level notification settings — Each project has its own notification preferences. Open the project, click Settings, and verify your notification preferences for that project.
Integration Issues
My integration stopped working
My integration stopped working
Integrations can stop working when the authorization token expires or is revoked. To restore a broken integration:
- Go to Settings > Integrations.
- Find the affected integration — it will likely show a Disconnected or Re-authorization required status.
- Click Re-authorize and follow the OAuth flow for the connected app.
- Once re-authorized, test the integration by triggering a supported action (for example, creating a task that should sync to the external tool).
Webhooks aren't being delivered
Webhooks aren't being delivered
If your webhook endpoint isn’t receiving events from Zolt, diagnose the issue using these steps:
- Verify the endpoint URL — Go to Settings > Developer > Webhooks and confirm the registered URL is correct and publicly reachable. Zolt cannot deliver webhooks to
localhostor private network addresses. - Check for a 2xx response — Zolt considers a webhook delivery successful only if your endpoint responds with an HTTP
2xxstatus code within 10 seconds. Any other status code (including redirects) is treated as a failure. - Review delivery logs — In Settings > Developer > Webhooks, click on the webhook and open the Delivery Logs tab. Each delivery attempt shows the response status, response body, and timestamp — use this to pinpoint the failure.
- Check for retries — Zolt automatically retries failed webhook deliveries up to 5 times with exponential backoff. If all retries fail, the webhook is marked as failed and you’ll receive an email alert.
- Test with a public endpoint — Use a service like Webhook.site to register a temporary endpoint and confirm Zolt is sending the events as expected.
Performance Issues
If Zolt is running slowly, loading pages incompletely, or behaving unexpectedly in the browser, try these steps before contacting support:- Hard refresh the page — Press Ctrl+Shift+R (Windows/Linux) or Cmd+Shift+R (Mac) to force the browser to reload all assets without using the cache.
- Clear your browser cache — In your browser settings, clear cached images and files for
app.zolt.io. A stale cache can cause outdated scripts or styles to interfere with the app. - Try incognito or private mode — Open Zolt in an incognito window to rule out browser extensions or cached data as the cause.
- Try a different browser — If the issue only appears in one browser, it’s likely a browser-specific conflict. Zolt fully supports Chrome, Firefox, Safari, and Edge.
- Check your internet connection — A slow or unstable connection can make Zolt appear unresponsive. Run a speed test or try switching networks.
- Check the Zolt status page — Visit status.zolt.io to see if there are any active incidents or degraded services affecting performance.