Level 73
This does not exist https://sv11.byethost11.org/ make sure you have checked your providers docs on connecting to the database. Oh, and I recommend changing you app key, database name, database user as well.
1 like
After deploying my project, I'm getting this error when trying to log in.
Been trying to fix it to no avail.
APP_NAME=ALMOND
APP_ENV=local
APP_KEY=base64:TJjFsS1WATmiROHporPTpRCskKmeOUTudnAm3VL2wWk=
APP_DEBUG=true
APP_URL=https://almondeas.site/
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=https://sv11.byethost11.org/
DB_PORT=3306
DB_DATABASE=almond
DB_USERNAME=almond_db
DB_PASSWORD=
BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DRIVER=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
MEMCACHED_HOST=127.0.0.1
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
This does not exist https://sv11.byethost11.org/ make sure you have checked your providers docs on connecting to the database. Oh, and I recommend changing you app key, database name, database user as well.
Please or to participate in this conversation.