You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have been trying to get this package work for my project for about two days now, have spend the time to read this package and it appears to fail silently at steps validations, what i have discovered is that for some reasons the validation rules for step one is used to validate step two and since step one rules does not match with step two incoming fields it fails and bounce you back without throwing any errors.
For some strange reasons step one forms get submitted successfully after validation and marked as completed in the database, yet when you call iscomplete on step one form it returns false instead of true. i guess thats where the problem starts
The text was updated successfully, but these errors were encountered:
spiritkiddie
changed the title
Package does not work with laravel 10 properly
Laravel Arcanist fail silently
Apr 26, 2024
Have been trying to get this package work for my project for about two days now, have spend the time to read this package and it appears to fail silently at steps validations, what i have discovered is that for some reasons the validation rules for step one is used to validate step two and since step one rules does not match with step two incoming fields it fails and bounce you back without throwing any errors.
For some strange reasons step one forms get submitted successfully after validation and marked as completed in the database, yet when you call iscomplete on step one form it returns false instead of true. i guess thats where the problem starts
The text was updated successfully, but these errors were encountered: