General Queries

  1. Make sure the PHP version is compatible (recommended version 8.1)
  2. If the issue persists

    Set APP_DEBUG value as true in the .env file
    Reload and check the error in the browser.
    If the error is related to the database, please check the database credentials in the .env file. If the details are correct and still the error persists, please reset your database password and update the .env file with the new password.
    If the fix is successful, revert the APP_DEBUG to false

Fix - Try following steps to resolve the upload file issue :

  1. Give 775 permission to the storage folder
  2. Delete the public/storage folder from your application
  3. Go to your-domain/execute_create_storage_link (Your APP_ENV should be set to production for this)