ErrLookup › laravel/framework

laravel/framework

Laravel is a web application framework with expressive, elegant syntax. · PHP · 1,759 source files

Analyzed at bd6b5437e6 on 2026-08-06. 266 documented errors.

Code / MessageTypeSeverityTags
Failed to copy text to clipboard
exception warning clipboard, browser, frontend, javascript, exceptions-renderer
Callback must be a callable, callback array, or a 'Class@met
exception error authorization, gate, laravel, configuration, callable
Auth guard [{$name}] is not defined.
exception error authentication, configuration, guard, laravel
Auth driver [{$config['driver']}] for guard [{$name}] is not
exception error authentication, configuration, guard, driver, laravel
Unable to bind custom driver callback
exception error authentication, extension, closure, laravel
Authentication user provider [{$driver}] is not defined.
exception error authentication, configuration, user-provider, laravel
User must implement CanResetPassword interface.
exception error authentication, password-reset, user-model, laravel
Password resetter [{$name}] is not defined.
exception error authentication, password-reset, configuration, laravel
The given password does not match the current password.
exception warning authentication, password, session, validation, laravel
Cookie jar has not been set.
exception error authentication, cookie, session, configuration, laravel
Broadcast connection [{$name}] is not defined.
exception error broadcasting, configuration, connection, laravel
Driver [{$config['driver']}] is not supported.
exception error broadcasting, configuration, driver, laravel
Failed to create broadcaster for connection "{$name}" with e
exception error broadcasting, configuration, pusher, ably, redis, laravel
Unable to bind custom driver callback
exception error broadcasting, extension, closure, laravel
Ably error: %s
exception error broadcasting, ably, network, queue, laravel
Given channel handler is an unknown type.
exception error broadcasting, channels, authorization, laravel
Class based channel must define a "join" method.
exception error broadcasting, channels, reflection, configuration
Pusher error: %s.
exception error broadcasting, pusher, network, credentials, rate-limit
Redis error: %s.
exception error broadcasting, redis, network, configuration
Queue resolver did not return a Queue implementation.
exception error bus, queue, configuration, ioc-container
Attempted to batch job [%s], but it does not use the Batchab
exception error bus, batching, queue, traits
To enable support for closure jobs, please install the illum
exception error bus, queue, closures, configuration
Flushing locks is only supported when the lock store is sepa
exception warning cache, array-store, locks, configuration
Cache store [{$name}] is not defined.
exception error cache, configuration, env, config-cache
Driver [{$config['driver']}] is not supported.
exception error cache, configuration, drivers, dependencies
Session store requires session manager to be available in co
exception error cache, session, configuration, ioc-container
Unable to bind custom driver callback
exception error cache, custom-drivers, closures, configuration
Flushing locks is only supported when the lock store is sepa
exception warning cache, database-store, locks, configuration
DynamoDb does not support flushing an entire table. Please c
exception error cache, dynamodb, aws, unsupported-operation
Flushing locks is only supported when the lock store is sepa
exception warning cache, file-store, locks, configuration
This lock driver does not support refreshing locks.
exception warning cache, locks, unsupported-operation, drivers
This cache store does not support locks.
exception error cache, memoized-store, locks, drivers
This cache store does not support flushing locks.
exception error cache, memoized-store, locks, drivers
Flushing locks is only supported when the lock store is sepa
exception warning cache, redis-store, locks, configuration
Cache value for key [%s] must be a string, %s given.
exception error cache, type-mismatch, laravel
Cache value for key [%s] must be an integer, %s given.
exception error cache, type-mismatch, laravel
Cache value for key [%s] must be a float, %s given.
exception error cache, type-mismatch, laravel
Cache value for key [%s] must be a boolean, %s given.
exception error cache, type-mismatch, laravel
Cache value for key [%s] must be an array, %s given.
exception error cache, type-mismatch, laravel
This cache store does not support locks.
exception error cache, locks, config, laravel
This cache store does not support flushing locks.
exception error cache, locks, config, laravel
This cache store does not support tagging.
exception error cache, tags, config, laravel
Array value for key [%s] must be an array, %s found.
exception error collections, arrays, type-mismatch, laravel
Array value for key [%s] must be a boolean, %s found.
exception error collections, arrays, type-mismatch, laravel
Array value for key [%s] must be a float, %s found.
exception error collections, arrays, type-mismatch, laravel
Items cannot be represented by a scalar value.
exception error collections, arrays, type-mismatch, laravel
Array value for key [%s] must be an integer, %s found.
exception error collections, arrays, type-mismatch, laravel
You requested {$requested} items, but there are only {$count
exception error collections, arrays, validation, laravel
$count items were found.
exception error collections, arrays, validation, laravel
Array value for key [%s] must be a string, %s found.
exception error collections, arrays, type-mismatch, laravel
Step value must be at least 1.
exception error collections, validation, laravel
Number of shifted items may not be less than zero.
exception error collections, validation, laravel
Size value must be at least 1.
exception error collections, validation, laravel
Number of groups must be at least 1.
exception error laravel, collections, validation, invalid-argument
$count items were found.
exception error laravel, collections, data-integrity, uniqueness
Generators should not be passed directly to LazyCollection.
exception error laravel, collections, lazy, generators, invalid-argument
Step value cannot be zero.
exception error laravel, collections, lazy, validation, invalid-argument
Step value must be at least 1.
exception error laravel, collections, lazy, validation, invalid-argument
Size value must be at least 1.
exception error laravel, collections, lazy, validation, invalid-argument
Number of groups must be at least 1.
exception error laravel, collections, lazy, validation, invalid-argument
Collection should only include [%s] items, but '%s' found at
exception error laravel, collections, type-safety, runtime-check
%s::reduceSpread expects reducer to return an array, but got
exception error laravel, collections, callback-contract, type-safety
Property [{$key}] does not exist on this collection instance
exception error laravel, collections, magic-methods, typo, proxy
Resource collection guesser expects the collection to contai
exception error laravel, collections, resources, api-resources, type-mismatch
Expected class %s to implement guessResourceName method. Mak
exception error laravel, collections, resources, api-resources, trait-required
Failed to find resource class for model [%s].
exception error laravel, collections, resources, api-resources, missing-class
Due to PHP limitations, the fork driver may not be used with
exception error laravel, concurrency, fork, environment, cli-only
Please install the "spatie/fork" Composer package in order t
exception error laravel, concurrency, fork, missing-dependency, composer
Concurrent process failed with exit code [$result->exitCode(
exception error laravel, concurrency, process-pool, child-process, deserialization
Configuration value for key [%s] must be a string, %s given.
exception error laravel, config, type-safety, env, validation
Configuration value for key [%s] must be an integer, %s give
exception error config, type-coercion, env, laravel
Configuration value for key [%s] must be a float, %s given.
exception error config, type-coercion, env, laravel
Configuration value for key [%s] must be a boolean, %s given
exception error config, type-coercion, env, laravel
Configuration value for key [%s] must be an array, %s given.
exception error config, type-coercion, env, laravel
The command "%s" does not exist.
exception error console, artisan, command-not-found, laravel
Command "%s" does not exist.
exception error console, symfony-console, command-not-found, laravel
Unable to determine command name from signature.
exception error console, artisan, command-signature, laravel
Invalid scheduled callback event. Must be a string or callab
exception error scheduling, console, callable, laravel
Scheduled closures can not be run in the background.
exception error scheduling, console, background-process, laravel
A scheduled event name is required to prevent overlapping. U
exception error scheduling, console, mutex, laravel
A scheduled event name is required to only run on one server
exception error scheduling, console, mutex, laravel
The seconds [$seconds] must be greater than zero.
exception error scheduling, console, validation, laravel
The seconds [$seconds] are not evenly divisible by 60.
exception error scheduling, console, validation, laravel
A container implementation is required to use the scheduler.
exception critical scheduling, console, dependency, composer, laravel
To enable support for closure jobs, please install the illum
exception error scheduling, queue, dependency, composer, laravel
Cache driver not available. Scheduling unique jobs not suppo
exception error scheduling, queue, cache, unique-job, laravel
Invoke an attribute method such as Schedule::daily() before
exception error scheduling, console, api-misuse, laravel
Unable to resolve the dispatcher from the service container.
exception error scheduling, queue, dependency, composer, laravel
Method %s::%s does not exist.
exception error scheduling, console, api-misuse, typo, laravel
Scheduled command [{$event->command}] failed with exit code
exception warning scheduling, console, exit-code, task-failure, laravel
Console component [%s] not found.
exception error console, artisan, typo, components
The environment property must be set and cannot be empty.
exception error container, attributes, binding, configuration
Method not provided.
exception error container, method-call, di, invoke
Unable to resolve dependency [{$parameter}] in class {$param
exception error container, dependency-injection, method-call, di
{self::class}::bind(): Argument #2 ($concrete) must be of ty
exception error container, binding, type-error, di
[{$abstract}] is aliased to itself.
exception error container, alias, configuration, di
Target class [$concrete] does not exist.
exception error container, class-not-found, autoload, di
No newInstance method exists for [$concrete].
exception error container, self-building, di, contracts
Contextual binding attribute [{$attribute->getName()}] has n
exception error container, attributes, contextual-binding, di
Target [$concrete] is not instantiable while building [$prev
exception error container, binding, interface, di, dependency-injection
Target [$concrete] is not instantiable.
exception error container, binding, interface, di
Unresolvable dependency resolving [$parameter] in class {$pa
exception error container, primitive, dependency-injection, di, configuration
Circular alias reference for [{$abstract}].
exception error container, alias, configuration, di, infinite-loop
The chunkById operation was aborted because the [{$alias}] c
exception error database, query-builder, chunking, pagination, eloquent
The chunk size should be at least 1
exception error database, lazy-collection, chunking, validation
The lazyById operation was aborted because the [{$alias}] co
exception error database, lazy-collection, chunking, pagination, eloquent
No record found for the given query.
exception error database, eloquent, not-found, query-builder
$count records were found.
exception error database, eloquent, uniqueness, query-builder
Transactions Manager has not been set.
exception error database, transactions, after-commit, configuration
Lost connection and no reconnector available.
exception error network, connection, configuration
The database connection does not support escaping arrays.
exception error escaping, sql-injection, validation
Strings with null bytes cannot be escaped. Use the binary es
exception error escaping, binary, sql-injection
Strings with invalid UTF-8 byte sequences cannot be escaped.
exception error escaping, encoding, utf-8, validation
The database connection does not support escaping binary val
exception error escaping, binary, driver, abstraction
Database hosts array is empty.
exception error configuration, connection, environment
A driver must be specified.
exception error configuration, connection, environment
Unsupported driver [{$config['driver']}].
exception error configuration, driver, connection
Unsupported driver [{$driver}].
exception error configuration, driver, connection, abstraction
Database file at path [{$path}] does not exist. Ensure this
exception error sqlite, filesystem, configuration
Invalid database connection [{$db}].
exception error console, configuration, connection
Database was not created. Aborting migration.
exception warning console, migrations, sqlite, ci
The --model and --except options cannot be combined.
exception error console, eloquent, cli, validation
Cannot establish connection [$name] because another connecti
exception error connection, multi-tenant, runtime-config
Database connection [{$name}] not configured.
exception error configuration, connection, multi-tenant
Property [{$key}] does not exist on the Eloquent builder ins
exception error eloquent, query-builder, api-misuse
The binary codec format is required.
exception error eloquent, casts, binary, configuration
Unsupported binary codec format [%s]. Allowed formats are: %
exception error eloquent, casts, binary, validation
The provided class must extend [{Collection::class}].
exception error eloquent, cast, collection, type-error
The provided class must extend [{Collection::class}].
exception error eloquent, cast, collection, encryption, type-error
Queueing collections with multiple model types is not suppor
exception error eloquent, queue, collection, serialization
Queueing collections with multiple model connections is not
exception error eloquent, queue, collection, database-connection, serialization
Unable to create query for empty collection.
exception error eloquent, collection, query-builder, validation
Unable to create query for collection with mixed types.
exception error eloquent, collection, query-builder, type-error
The attribute [%s] either does not exist or was not retrieve
exception error eloquent, attribute, strict-mode, select
Attempted to lazy load [{$relation}] on model [{$class}] but
exception error eloquent, lazy-loading, relationship, performance, n-plus-one
%s::%s must return a relationship instance, but "null" was r
exception error eloquent, relationship, developer-error, return-keyword
%s::%s must return a relationship instance.
exception error eloquent, relationship, developer-error, type-error
The cast object for the {$attribute} attribute must implemen
exception error eloquent, cast, type-error, stringable
Value [%s] is not of the expected enum type [%s].
exception error eloquent, cast, enum, type-error
Could not verify the hashed value's configuration.
exception error eloquent, cast, hash, security, config, password
Unable to cast value to a decimal.
exception error eloquent, cast, decimal, math, data-import
Call to undefined cast [{$castType}] on column [{$column}] i
exception error eloquent, cast, class-not-found, config
Unable to find observer: {$class}
exception error eloquent, observer, events, class-not-found, config
Global scope must be an instance of Closure or Scope or be a
exception error eloquent, global-scope, query, config, type-error
No morph map defined for model [{$class}].
exception error eloquent, polymorphic, morph-map, relationship, config
Collection given to whereMorphedTo method may not be empty.
exception error eloquent, morph-query, validation, polymorphic
Collection given to whereNotMorphedTo method may not be empt
exception error eloquent, morph-query, validation, polymorphic
Collection given to whereBelongsTo method may not be empty.
exception error eloquent, query-builder, relationships, validation
Collection given to whereAttachedTo method may not be empty.
exception error eloquent, query-builder, relationships, belongs-to-many, validation
Failed to find resource class for model [%s].
exception error eloquent, api-resources, convention, reflection
Please implement the prunable method on your model.
exception error eloquent, pruning, maintenance, artisan
The [%s] method may not be called on model [%s] while it is
exception critical eloquent, boot-lifecycle, recursion, concurrency
Add [%s] to fillable property to allow mass assignment on [%
exception error eloquent, mass-assignment, security, fillable
Add fillable property [%s] to allow mass assignment on [%s].
exception error eloquent, mass-assignment, security, fillable, strict-mode
Cannot use saveOrIgnore on an existing model.
exception error eloquent, save, insert-ignore, persistence
No primary key defined on model.
exception error eloquent, delete, primary-key, schema
Property {$offset} does not exist.
exception warning eloquent, introspection, arrayaccess, read-only
%s may not be mutated using array access.
exception warning eloquent, introspection, arrayaccess, immutable, read-only
Call to undefined method %s::%s()
exception error eloquent, relationships, has-through, magic-methods
Please implement the prunable method on your model.
exception error eloquent, pruning, maintenance, artisan
Queueable entity [%s] not found for ID [%s].
exception error eloquent, queue, serialization, race-condition, entity-resolution
The provided value may not be null.
exception error eloquent, relationships, belongs-to-many, pivot, validation
Invalid aggregate [{$aggregate}] used within ofMany relation
exception error eloquent, relationships, has-one, aggregate, of-many
Model attribute value is an object but does not have a __toS
exception error eloquent, relationships, dictionary, casts, tostring
%s records were found.
exception error eloquent, query-builder, sole, uniqueness, data-integrity
This database engine does not support JSON operations.
exception error database, grammar, json, driver-incompatibility, query-builder
A {$className} class already exists.
exception error migrations, artisan, autoloader, class-collision
A subquery must be a query builder instance, a Closure, or a
exception error query-builder, subquery, invalid-argument
Illegal operator and value combination.
exception error query-builder, where, null-handling, invalid-operator
Nested arrays may not be passed to whereIn method.
exception error query-builder, where-in, array-shape, invalid-argument
The number of columns must match the number of values
exception error query-builder, row-values, arity-mismatch, invalid-argument
Order direction must be a SortDirection, "asc" or "desc".
exception error query-builder, order-by, enum, invalid-argument
Timeout must be greater than zero.
exception error query-builder, timeout, invalid-argument
You must specify an orderBy clause when using this function.
exception error query-builder, cursor-pagination, order-by, runtime
The unique columns must not be empty.
exception error query-builder, insert, upsert, invalid-argument
The returning columns must not be empty.
exception error query-builder, insert, returning, invalid-argument
This database engine does not support the updateFrom method.
exception error query-builder, update, driver-incompatibility, postgres
Non-numeric value passed to increment method.
exception error query-builder, increment, numeric, invalid-argument
Non-numeric value passed as increment amount for column: '$c
exception error query-builder, increment, numeric, invalid-argument
Non-associative array passed to incrementEach method.
exception error query-builder, increment, array-shape, invalid-argument
Non-numeric value passed to decrement method.
exception error query-builder, decrement, numeric, invalid-argument
Non-numeric value passed as decrement amount for column: '$c
exception error query-builder, decrement, numeric, invalid-argument
Non-associative array passed to decrementEach method.
exception error query-builder, decrement, array-shape, invalid-argument
Invalid binding type: {$type}.
exception error query-builder, bindings, invalid-argument
Vector distance queries are only supported by Postgres.
exception error postgres, vector, ai, database-engine, pgvector
This database engine does not support lateral joins.
exception error lateral-join, database-engine, sqlite, subquery
This database engine does not support straight joins.
exception error straight-join, database-engine, mysql-specific, joins
This database engine does not support case sensitive like op
exception error like, case-sensitivity, sqlsrv, database-engine
This database engine does not support JSON contains operatio
exception error json, where-json-contains, custom-grammar, database-engine
This database engine does not support JSON overlaps operatio
exception error json, where-json-overlaps, database-engine, array-overlap
This database engine does not support JSON contains key oper
exception error json, where-json-contains-key, custom-grammar, database-engine
This database engine does not support JSON length operations
exception error json, where-json-length, custom-grammar, database-engine
This database engine does not support fulltext search operat
exception error fulltext, search, database-engine, sqlite, sqlsrv
This database engine does not support inserting while ignori
exception error insert-ignore, sqlsrv, database-engine, insert
This database engine does not support insert or ignore with
exception error insert-ignore, returning, database-engine, mysql, sqlsrv
This database engine does not support upserts.
exception error upsert, custom-grammar, database-engine, insert-update
This database engine does not support lateral joins.
exception error lateral-join, mariadb, database-engine, mysql-family
Index name contains invalid characters.
exception error index-hint, mysql, validation, invalid-characters
The seed value must be numeric.
exception error random-order, mysql, validation, seed
Index name contains invalid characters.
exception error index-hint, sqlite, validation, invalid-characters
Index name contains invalid characters.
exception error index-hint, sqlsrv, validation, invalid-characters
Unable to retrieve lastInsertID for ODBC.
exception error sqlsrv, odbc, last-insert-id, insert-get-id
Morph key type must be 'int', 'uuid', or 'ulid'.
exception error morph, schema, validation, uuid, ulid
There is no column with name '$column' on table '$table'.
exception error schema, database, migration, column-lookup
This database driver does not support dropping all tables.
exception critical schema, database, driver-support, testing
This database driver does not support dropping all views.
exception error schema, database, driver-support, views
This database driver does not support dropping all types.
exception error schema, database, driver-support, postgres, user-defined-types
Extensions are only supported by Postgres.
exception error schema, database, postgres, extensions, vector, driver-support
Using three-part references is not supported, you may use `S
exception error schema, database, sql-server, cross-database, argument-validation
This database driver does not support retrieving schemas.
exception error schema, database, driver-support, grammar, catalogue
This database driver does not support retrieving tables.
exception error schema, database, driver-support, grammar, catalogue
This database driver does not support retrieving views.
exception error schema, database, driver-support, grammar, views
This database driver does not support retrieving user-define
exception error schema, database, driver-support, grammar, postgres, user-defined-types
This database driver does not support retrieving columns.
exception error schema, database, driver-support, grammar, columns, catalogue
This database driver does not support retrieving indexes.
exception error schema, database, driver-support, grammar, indexes, catalogue
The database driver in use does not support vector indexes.
exception error schema, database, driver-support, grammar, vector, postgres, indexes
This database driver does not support retrieving foreign key
exception error schema, database, driver-support, grammar, foreign-keys, catalogue
This database driver does not support modifying columns.
exception error schema, database, driver-support, grammar, migrations, alter-column
This database driver does not support fulltext index creatio
exception error schema, database, driver-support, grammar, fulltext, indexes, migrations
This database driver does not support fulltext index removal
exception error schema, database, driver-support, grammar, fulltext, indexes, migrations
This database driver does not support dropping foreign keys.
exception error schema, database, driver-support, grammar, foreign-keys, migrations
This database driver does not support the computed type.
exception error schema, database, driver-support, grammar, columns, computed, generated-columns, migrations
This database driver does not support the vector type.
exception error schema, database, driver-support, grammar, columns, vector, postgres, pgvector, migrations
This database driver does not support the tsvector type.
exception error database, schema, migrations, postgres, driver-mismatch
This database driver requires a type, see the virtualAs / st
exception error database, schema, mysql, migrations, generated-columns
This database driver does not support modifying generated co
exception error database, schema, postgres, migrations, generated-columns
The database driver in use does not support spatial indexes.
exception error database, schema, sqlite, migrations, spatial
This database driver does not support dropping foreign keys
exception error database, schema, sqlite, migrations, foreign-keys
Index [{$command->from}] does not exist.
exception error database, schema, sqlite, migrations, indexes
SQLite does not support altering primary keys.
exception error database, schema, sqlite, migrations, primary-key
This database driver requires a type, see the virtualAs / st
exception error database, schema, sqlite, migrations, generated-columns
Dump execution exceeded maximum depth of 30.
exception error database, mysql, schema-dump, tooling, version-mismatch
Method [run] missing from {class}
exception error database, seeding, laravel-contract, configuration
Schema dumping is not supported when using SQL Server.
exception error database, sql-server, schema-dump, unsupported-driver
Unsupported cipher or incorrect key length. Supported cipher
exception critical encryption, configuration, app-key, bootstrap, security
Could not encrypt the data.
exception error encryption, openssl, php-runtime, configuration
The MAC is invalid.
exception error encryption, app-key, key-rotation, integrity, decryption
Could not decrypt the data.
exception error encryption, decryption, data-corruption, openssl
The payload is invalid.
exception error encryption, decryption, validation, input-handling
Unable to use tag because the cipher algorithm does not supp
exception error encryption, decryption, aead, configuration, cipher-mismatch
File does not exist at path {$path}.
exception error filesystem, file-not-found, storage, io
To enable support for relative links, please install the sym
exception error filesystem, dependency, symfony, symlink
To enable support for guessing extensions, please install th
exception error filesystem, dependency, symfony, mime
This driver does not support retrieving URLs.
exception error filesystem, flysystem, url, adapter, configuration
This driver does not support creating temporary URLs.
exception error filesystem, flysystem, temporary-url, adapter, pre-signed
This driver does not support creating temporary upload URLs.
exception error filesystem, flysystem, temporary-upload-url, adapter, pre-signed
Unknown visibility: {$visibility}.
exception error filesystem, validation, visibility, configuration
Disk [{$name}] does not have a configured driver.
exception error filesystem, configuration, disk, driver, env
Driver [{$driver}] is not supported.
exception error filesystem, configuration, driver, flysystem, dependency
Scoped disk is missing "disk" configuration option.
exception error filesystem, configuration, scoped-disk, multi-tenant
Scoped disk is missing "prefix" configuration option.
exception error filesystem, configuration, scoped-disk, prefix, multi-tenant
Unable to bind custom driver callback
exception error filesystem, custom-driver, closure, extend, binding
The [{$disk}] disk conflicts with the [{$served[$uri]}] disk
exception error filesystem, configuration, routing, serving, local-disk
This driver does not support creating temporary URLs.
exception error filesystem, storage, local, temporary-url, runtime-exception
This driver does not support creating temporary upload URLs.
exception error filesystem, storage, local, temporary-upload-url, runtime-exception
Unable to acquire file lock at path [{$this->path}].
exception warning filesystem, locking, flock, concurrency, lock-timeout
Unable to detect application namespace.
exception critical bootstrap, composer, namespace, psr-4, application
A debounced job cannot also implement ShouldBeUnique.
exception error queue, jobs, debounce, should-be-unique, logic-exception
Failed connecting to the socket: {$errorMessage} [{$errorCod
exception critical laravel-cloud, socket, network, events, runtime-exception
The failed job provider does not have a configured queue
exception error laravel-cloud, queue, failed-jobs, configuration, dependency-injection
The Laravel Cloud agent runtime socket is unreachable.
exception critical laravel-cloud, queue, socket, network, agent-unreachable
The Laravel Cloud agent returned HTTP {$response->status()}
exception error laravel-cloud, queue, agent-unreachable, http-status, network
The Laravel Cloud agent returned a non-array body from GET /
exception error laravel-cloud, queue, agent-unreachable, json, contract-violation
The Laravel Cloud agent returned HTTP {$e->response->status(
exception error laravel-cloud, queue, agent-unreachable, http-status, result-report, server-error
Managed queue [{$name}] does not exist.
exception error laravel-cloud, queue, sqs, managed-queue, configuration
Your email address is not verified.
http error auth, middleware, email-verification, http-403, access-control