Stackryze Domains is currently in beta and updated daily. If you spot an issue, let us know via the support channels at the bottom of this page.
Login issues
”GitHub account too new”
Error: Your GitHub account must be at least 7 days old. Fix:- Wait until your GitHub account is 7 days old.
- This is a spam-prevention measure.
- Email support@stackryze.com if you believe this is an error.
”No public email on GitHub”
Error: Your GitHub account does not have a public email address. Fix:- Go to GitHub Settings → Emails.
- Uncheck Keep my email addresses private, or add a public email.
- Try logging in again.
”Account banned”
Error: Your account has been banned for violating the terms of service. Fix:- Review the Terms of Service.
- Email support@stackryze.com if you think this is a mistake. Include your GitHub username.
- Banned accounts are signed out on all devices immediately.
”Registration closed”
Error: New registrations are temporarily disabled. Fix:- This is rare and usually temporary.
- Check the status page for updates.
- Try again later or contact support.
”Login failed / Server error”
Error: Generic login failure. Fix:- Clear browser cookies and cache.
- Try a different browser.
- Disable browser extensions temporarily.
- Check whether GitHub is down: GitHub Status.
- Email support@stackryze.com if the issue persists.
Domain registration issues
”Domain name must be at least 3 characters”
Error: Your subdomain is too short. Fix:- Use at least three characters.
- Example:
abc.indevs.in✅,ab.indevs.in❌. The same length bounds apply under every namespace.
”Domain name must be less than 63 characters”
Error: Your subdomain is too long. Fix:- Keep it under 63 characters.
- Use a shorter, more memorable name.
”Domain name can only contain lowercase letters, numbers, and hyphens”
Error: Invalid characters in subdomain. Fix:- Use only
a-z,0-9, and-. - No uppercase letters, spaces, or special characters.
- Cannot start or end with a hyphen.
- ✅
my-project - ✅
api2024 - ❌
My_Project(uppercase, underscore) - ❌
-myproject(starts with a hyphen) - ❌
my project(spaces)
“Subdomain already exists”
Error: Someone else has already registered this name. Fix:- Try a different name.
- Add numbers or hyphens:
myproject2,my-project. - Check availability first (green checkmark in the form).
”This name is in a cooling-off period”
Error: The domain was recently deleted and is in a 7-day waiting period. Fix:- Wait 7 days after deletion.
- Choose a different name.
- The error message shows how many days remain.
”You have reached your domain limit”
Error: You have registered the maximum number of domains (default: 5). Fix:- Delete unused domains from My Domains.
- Email support@stackryze.com to request an increase. Include your GitHub username and reason.
”At least 2 nameservers are required”
Error: You did not provide enough nameservers. Fix:- Enter at least two nameservers.
- Most providers give you 2–4.
”Invalid nameserver format”
Error: Nameserver does not match a valid DNS hostname. Fix:- Use a valid hostname:
ns1.example.com. - Do not include
http://. - No spaces or special characters.
- Maximum 253 characters per nameserver.
- ✅
ns1.cloudflare.com - ✅
ns-123.awsdns-12.com - ❌
http://ns1.example.com(no protocol) - ❌
ns1 example com(no spaces)
“Duplicate nameservers are not allowed”
Error: You entered the same nameserver twice. Fix:- Use different nameservers.
- Each must be unique.
”CAPTCHA verification failed”
Error: hCaptcha did not complete successfully. Fix:- Complete the CAPTCHA again.
- Disable VPNs or proxies temporarily.
- Try a different browser.
- Disable ad blockers.
- Check your internet connection.
- Clear browser cache and cookies.
DNS and nameserver issues
Nameservers not updating
Problem: DNS still points to old nameservers. Fix:- Wait 5–10 minutes for propagation.
- Clear your DNS cache:
- Linux:
sudo systemd-resolve --flush-caches - macOS:
sudo dscacheutil -flushcache - Windows:
ipconfig /flushdns
- Linux:
- Check with multiple DNS checkers:
- Verify nameservers in the dashboard.
Domain not resolving
Problem: Domain doesn’t load or returns DNS errors. Fix:- Verify nameservers in the dashboard.
- Check DNS records in your DNS provider.
- Confirm the zone is configured for your subdomain.
- Wait up to 48 hours for global propagation.
- Test with:
dig yourname.indevs.inornslookup yourname.indevs.in.
SSL/HTTPS not working
Problem: Browser shows “Not Secure” or SSL errors. Fix:- Configure SSL in your DNS provider (for example Cloudflare).
- Wait up to 24 hours for the certificate to provision.
- Confirm your origin server supports HTTPS.
- Check SSL mode settings in your provider.
- Verify DNS records point to the correct server.
Domain management issues
Can’t renew
Problem: The Renew button is disabled. Fix:- Renewal opens 60 days before expiry.
- Check the expiry date on the domain.
- If expired, confirm it is still in the 15-day grace period.
- Email support@stackryze.com if you need help.
Accidentally deleted
Problem: Deleted a domain by mistake. Fix:- Deletion is permanent and cannot be undone.
- Wait for the 7-day cooling-off period.
- After 7 days, the name becomes available again.
- Re-register the domain.
Status shows “Expired” but I renewed
Problem: Status is not updating after renewal. Fix:- Refresh the page (
Ctrl+F5orCmd+Shift+R). - Clear browser cache.
- Sign out and sign back in.
- Wait a few minutes for the database to update.
- Email support if the issue persists.
General issues
Dashboard not loading
Problem: Can’t open the dashboard. Fix:- Check your internet connection.
- Try a different browser.
- Clear browser cache and cookies.
- Disable browser extensions.
- Check status.stackryze.com.
Session expired / logged out automatically
Problem: Repeated logouts. Fix:- Enable cookies in your browser.
- Avoid private or incognito mode.
- Allow third-party cookies.
- Try a different browser.
- Clear cookies and sign in again.
Changes not saving
Problem: Updates to nameservers or settings do not save. Fix:- Read the on-screen error message.
- Confirm all required fields are filled.
- Verify the nameserver format.
- Try again in a few minutes.
- Clear browser cache and retry.
- Email support with details of what you tried.
”Too many requests” / rate limit errors
Error: You exceeded the rate limit for an action. Rate limits:
Fix:
- Wait for the time window shown in the error.
- Slow your request rate.
- Don’t refresh repeatedly.
- Don’t use automated scripts or bots.
Rate limits are per IP address and reset automatically after the time window.
Monitoring issues
Uptime Kuma / monitor shows “Offline”
Problem: Your site works, but a monitoring tool reports it as Down (403 Forbidden or 503 Service Unavailable). Cause: Cloudflare’s Under Attack Mode or JavaScript Challenge blocks automated bots, including monitoring tools. Fix: Create a WAF exception rule for your monitor.- Go to Cloudflare Dashboard → Security → WAF.
- Click Create rule under Custom Rules.
- Set the following:
- Rule name:
Allow Monitoring - Field:
User Agent - Operator:
contains - Value:
Uptime-Kuma(or your monitor’s name) - Action:
Skip - Checkbox: Select All remaining custom rules and WAF Managed Rules.
- Rule name:
- Click Deploy.
Still need help?
If your issue isn’t listed here or the fix didn’t work:Discord community
Fastest way to get help — live debugging with the community.
Email support
Include your GitHub username, describe the issue, attach screenshots, and list what you tried.
GitHub issues
For technical bugs — check existing issues first.
Documentation
Step-by-step guides for every common task.