php artisan storage:link
APP_URL=http://tagxi-server.ondemandappz.com
This issue comes at end of the registeration process because of the misconfigured firebase setup for the backend app, Please make sure that you have done the below steps properly.
We need to update the firebase service-accounts.json in the below path Path: server-app-folder/public/push-configurations/firebase.json
Make sure that you have updated the correct path & firebase database url in .env file like below
FIREBASE_CREDENTIALS=/var/www/html/server-app/public/push-configurations/firebase.json
FIREBASE_DATABASE_URL=https://your-project-rtdb.firebaseio.com
This issue generally comes on authentication part due to passport installation not done.
Please make sure that you have run the below command in terminal of your project path
php artisan passport:install
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 - https://tagxi-docs.ondemandappz.com/user-manual/1.0/backend-setup#section-6
This Issue occurs due to incorrect email and/or gmail Api key.
Follow the steps below to create a gmail api key