Skip to content

Validation error File upload error #2849

Closed Answered by tabuna
R1deNn asked this question in Q&A
Discussion options

You must be logged in to vote

The error lies in the fact that the address in the browser's address bar differs from the one specified in the settings. This is because you are using Laravel in a subdirectory, as evidenced by the presence of /public/ in the address bar.

You can find numerous discussions, such as these:

laravel/framework#51210 (comment)
laravel/horizon#660 (comment)
laravel/framework#32236 (comment)
laravel/telescope#561 (comment)

The framework's developers state that they do not support and do not plan to support installation in a subdirectory.

If you are an experienced user, you might attempt to resolve this using configuration files (this was previously possible for Mix, but I haven't tried it with Vi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by R1deNn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants