Common Issues Of Server App
1.Uploaded Images Not Showing
- Please make sure the below things
- We need to link the storage by the below command
- We need to update the base url in .env in the below param like this
php artisan storage:link
APP_URL=http://tagxi-server.ondemandappz.com
2.Push Notifications Not Received
- This issue comes because of firebase or supervisor misconfigurations.
- Please Make sure that you have done the firebase setup & the laravel supervisor setup.
- reference link for supervisor-setup- server-installation
3.Email Not Sent
- This issue often occurs due to incorrect email credentials or Gmail API key configurations.
- Follow these steps to create a Gmail API key:
- Note: If you cannot see the App Passwords option, use this link to access it: https://myaccount.google.com/apppasswords
- Save the generated key in your system's email configuration settings, along with the necessary Gmail details.
Step 1: Enable Two-Step Verification for your Google account.
Step 2: Create an App Password for the account and save this key.
Step 3: Update the App Password in your system settings
If you already have email credentials and would like to test them, use the resources below to verify the validity of your SMTP settings:
- Mailmeteor SMTP Test Tool - Easily test your SMTP settings and ensure email credentials are configured correctly.