area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.65k stars 561 forks source link

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

Open digimumo opened 2 weeks ago

digimumo commented 2 weeks ago

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 commented 2 weeks ago

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

Tofandel commented 1 week ago

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