Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your submission could not be validated, please fix and retry - Laravel 11 install #2631

Open
digimumo opened this issue Jul 9, 2024 · 2 comments

Comments

@digimumo
Copy link

digimumo commented Jul 9, 2024

Description

I have installed Laravel 11 and then Twill 3.3.1
I followed the tutorial for creating Pages module but when I try to add a 'page' I get 'Your submission could not be validated, please fix and retry' and I cannot create a 'Page'

I created a new module, which the same issue occurred.

Versions

Twill version:3.3.1
Laravel v11.14.0 (PHP v8.3.8)
Database engine: mysql - InnoDB - utf8mb4_unicode_ci
Using Windows Herd for development

"php": "^8.2",
"area17/twill": "3.3.1",
"blade-ui-kit/blade-heroicons": "^2.3",
"blade-ui-kit/blade-ui-kit": "^0.6.2",
"laravel/framework": "^11.0",
"laravel/tinker": "^2.9",
"livewire/livewire": "^3.4",
"livewire/volt": "^1.0",
"spatie/laravel-medialibrary": "^11.7"

@ifox
Copy link
Member

ifox commented Jul 9, 2024

Hi @digimumo check your Laravel logs or browser console to understand the error.

@Tofandel
Copy link
Contributor

It can be any error in the backend that produces this, for instance a missing required field in the db, an exception in the controller

So yes, you will need to check the network request to see the real error message that is happening

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants