Authentication Issues
Login Problems
Error: "Introduce un email válido"
Error: "Introduce un email válido"
- Verify your email follows the correct format:
[email protected] - Check for:
- Extra spaces before or after the email
- Missing @ symbol
- Invalid domain extension
- Valid email regex pattern used by Finanzapp:
user@example✗ (missing domain extension)@example.com✗ (missing username)user @example.com✗ (contains space)
Error: "El campo email es obligatorio"
Error: "El campo email es obligatorio"
- Enter your registered email address in the email field
- The field cannot be blank or contain only spaces
- The form validates input in real-time
Error: "La contraseña debe tener al menos 8 caracteres, una mayúscula y un número"
Error: "La contraseña debe tener al menos 8 caracteres, una mayúscula y un número"
- ✓ Minimum 8 characters
- ✓ At least 1 uppercase letter (A-Z)
- ✓ At least 1 number (0-9)
MyPass123✓Secure2024✓Finance1App✓
password✗ (no uppercase, no number)Password✗ (no number)PASS123✗ (less than 8 characters)mypass123✗ (no uppercase)
Error: "Email o contraseña incorrectas"
Error: "Email o contraseña incorrectas"
-
Verify your email address
- Ensure you’re using the email you registered with
- Check for typos
-
Check your password
- Passwords are case-sensitive
- Verify Caps Lock is not enabled
- Try typing it in a text editor first to verify
-
Reset your password
- Visit the password reset page
- Enter your email address
- Follow the reset link sent to your inbox
-
Account doesn’t exist
- If you haven’t registered yet, create an account at the registration page
Too many login attempts / Account locked
Too many login attempts / Account locked
- Finanzapp has security measures to prevent unauthorized access
- Multiple failed login attempts trigger a temporary lock
- Wait 15-30 minutes before trying again
- Use the password reset feature if you’ve forgotten your password
- Contact support if the issue persists: [email protected]
Registration Issues
Error: "Las contraseñas no coinciden"
Error: "Las contraseñas no coinciden"
- Retype both password fields carefully
- Ensure both fields contain identical text
- Check for:
- Extra spaces
- Different capitalization
- Typos in either field
Error: "Debe aceptar los términos y condiciones"
Error: "Debe aceptar los términos y condiciones"
- Read the Terms of Service
- Read the Privacy Policy
- Check the checkbox to accept
Error: "Registro fallido"
Error: "Registro fallido"
- Email already registered
- reCAPTCHA verification failed
- Server connection issue
- Database error
-
Check if account exists
- Try logging in with your credentials
- Use the password reset if you forgot your password
-
Verify reCAPTCHA
- Ensure JavaScript is enabled in your browser
- Check your internet connection
- Try a different browser
-
Try again later
- Server may be temporarily unavailable
- Clear browser cache and cookies
- Wait a few minutes and retry
-
Contact support
- If the issue persists, email [email protected]
- Include any error messages displayed
Password Reset Issues
Not receiving password reset email
Not receiving password reset email
-
Check spam/junk folder
- Look for emails from
[email protected]or[email protected] - Mark as “Not Spam” if found
- Look for emails from
-
Verify email address
- Ensure you entered the correct email
- Use the same email you registered with
-
Wait a few minutes
- Email delivery can take 5-10 minutes
- Don’t request multiple reset links immediately
-
Check email filters
- Whitelist
@finanzapp.esdomain - Disable aggressive spam filters temporarily
- Whitelist
-
Try alternative email
- Some email providers block automated emails
- Contact support if you need to update your email
Error: "No se pudo enviar el correo"
Error: "No se pudo enviar el correo"
- Verify the email address is correct
- Check if the account exists with that email
- Wait 5 minutes and try again
- Contact support: [email protected]
- Invalid or non-existent email address
- Email service temporarily unavailable
- Server configuration issue
Error: "Error inesperado. Intenta más tarde."
Error: "Error inesperado. Intenta más tarde."
- Refresh the page and try again
- Clear browser cache:
- Chrome: Ctrl+Shift+Delete (Windows) or Cmd+Shift+Delete (Mac)
- Firefox: Ctrl+Shift+Delete (Windows) or Cmd+Shift+Delete (Mac)
- Try a different browser
- Check internet connection
- Wait 10-15 minutes and retry
- Check GitHub Issues for known problems
- Report the issue to [email protected]
Contact Form Issues
Error: "Debe aceptar la política de privacidad"
Error: "Debe aceptar la política de privacidad"
- Read the Privacy Policy
- Check the privacy policy checkbox before submitting
- This is required to comply with GDPR
Button shows "Espera Xs" countdown
Button shows "Espera Xs" countdown
Contact form not sending messages
Contact form not sending messages
-
Check form validation
- Ensure all required fields are filled:
- Name
- Email (valid format)
- Subject
- Message
- Privacy policy checkbox is checked
- Ensure all required fields are filled:
-
Verify email address
- Must be a valid email format
- Check for typos
-
Check browser console
- Press F12 to open Developer Tools
- Look for JavaScript errors in the Console tab
- Screenshot any errors and send to support
-
Alternative contact methods:
- Email directly: [email protected]
- GitHub: Open an issue
Browser & Performance Issues
Page loading slowly
Page loading slowly
- Slow internet connection
- Browser cache issues
- Too many browser tabs/extensions
- Server load
-
Check internet speed
- Test at speedtest.net
- Minimum recommended: 5 Mbps
-
Clear browser cache
- Chrome: Settings → Privacy → Clear browsing data
- Firefox: Options → Privacy → Clear Data
- Select “Cached images and files”
-
Disable browser extensions
- Ad blockers may interfere with reCAPTCHA
- Try incognito/private mode
-
Try different browser
- Chrome (recommended)
- Firefox
- Edge
-
Check server status
- Visit launch.finanzapp.es
- Check GitHub Issues for outages
Charts not displaying
Charts not displaying
- Refresh the page (Ctrl+F5 or Cmd+Shift+R)
-
Check JavaScript is enabled
- Charts require JavaScript
- Browser settings → Enable JavaScript
-
Verify data exists
- Charts may be empty if you have no data
- Add some savings or investment records first
-
Browser compatibility
- Use a modern browser (last 2 versions)
- Update to latest browser version
-
Check console for errors
- Press F12
- Look for Chart.js or canvas errors
Responsive/mobile view issues
Responsive/mobile view issues
-
Force refresh
- Mobile: Clear browser cache in app settings
- Pull down to refresh on most mobile browsers
-
Rotate device
- Try both portrait and landscape
- Some features optimize for landscape
-
Check zoom level
- Ensure browser zoom is at 100%
- Pinch to reset zoom on mobile
-
Update mobile browser
- Use latest version of Chrome/Safari/Firefox
- Built-in browser apps may not be fully supported
-
Clear app data (mobile)
- Android: Settings → Apps → Browser → Clear Data
- iOS: Settings → Safari → Clear History and Data
Notifications not appearing
Notifications not appearing
- Success messages (green, top-right)
- Error messages (red, top-right)
- Duration: 3 seconds
-
Check browser permissions
- Allow notifications for finanzapp.es
- Browser settings → Site permissions → Notifications
-
Disable ad blockers
- Some blockers hide toast notifications
- Whitelist finanzapp.es
-
Check z-index conflicts
- Other browser extensions may overlay notifications
- Try incognito mode
-
JavaScript errors
- Open console (F12)
- Look for Notyf initialization errors
validationUtils.js:1-16):Data & Export Issues
Unable to export data
Unable to export data
-
Verify data exists
- Check you have records to export
- Empty accounts have nothing to export
-
Check export format
- CSV: Works in all browsers
- PDF: May require popup permission
- Excel: Check browser download settings
-
Browser permissions
- Allow downloads for finanzapp.es
- Check popup blocker settings
-
Download folder
- Verify browser download location
- Check available disk space
-
Try different format
- If PDF fails, try CSV
- CSV is the most reliable format
Transaction categorization incorrect
Transaction categorization incorrect
-
Manual recategorization
- Edit the transaction
- Select correct category from dropdown
- Save changes
-
Improve future categorization
- Add keywords or rules (if feature available)
- Provide feedback to improve algorithm
-
Report patterns
- If specific types are consistently wrong
- Email examples to [email protected]
Cryptocurrency prices not updating
Cryptocurrency prices not updating
-
Refresh the page
- Prices should update automatically
- Manual refresh forces update
-
Check internet connection
- Real-time prices require active connection
- Reconnect if connection dropped
-
API rate limits
- Too many requests may temporarily limit updates
- Wait a few minutes and refresh
-
Verify API status
- Third-party crypto APIs may have downtime
- Check if other sites show same delay
Security Concerns
I found a security vulnerability
I found a security vulnerability
- Open an issue on GitHub
- Use the bug report template
- Provide detailed reproduction steps
- DO NOT publicly disclose the vulnerability
- Email immediately: [email protected]
- Include:
- Detailed description
- Reproduction steps
- Potential impact
- Your contact information (optional)
Suspicious account activity
Suspicious account activity
- Unauthorized logins
- Unexpected transactions
- Changed account settings
- Suspicious emails claiming to be Finanzapp
-
Change password immediately
- Use password reset
- Choose a strong, unique password
-
Contact security team
- Email: [email protected]
- Subject: “Suspicious Activity - [Your Account Email]”
-
Review account activity
- Check transaction history
- Verify personal information unchanged
-
Enable additional security
- Use a password manager
- Don’t reuse passwords
Still Need Help?
View FAQ
Contact Support
GitHub Issues
Email Support
Error Code Reference
Quick reference for common error messages:| Error Message | Cause | Solution |
|---|---|---|
El campo email es obligatorio | Empty email field | Enter your email address |
Introduce un email válido | Invalid email format | Use format: [email protected] |
El campo contraseña es obligatorio | Empty password field | Enter your password |
La contraseña debe tener... | Weak password | Use 8+ chars, 1 uppercase, 1 number |
Las contraseñas no coinciden | Password mismatch | Retype both password fields |
Email o contraseña incorrectas | Wrong credentials | Verify email/password or reset |
Debe aceptar los términos | Unchecked terms box | Check the terms checkbox |
Debe aceptar la política de privacidad | Unchecked privacy box | Check the privacy checkbox |
Registro fallido | Server-side error | Try again or contact support |
No se pudo enviar el correo | Email delivery failed | Verify email or contact support |
Error inesperado | Unexpected error | Refresh page or try later |
Espera Xs | Rate limit cooldown | Wait for countdown to finish |
