I have the same problem, just made a discussion about it https://laracasts.com/discuss/channels/spark/uncaught-typeerror-cannot-read-property-price-of-null
See if you get the same error in the console
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi (this feels like a noob error but anyway)
I have set up a brand new laravel spark site locally, set up the db, run migrations, run gulp etc
When I go to register a new user I get redirected to the register page with no error but a query string of all fields entered and not user registered.
register?name=test&email=email%40test.com.au&password=test&password_confirmation=test&terms=on
Any help or tips to see what I have missed so I can register new users ?
thanks,
I asked a question on the spark github issue list and a couple of others had the issue.
Review the discussion here: https://github.com/laravel/spark/issues/233
tl;dr
npm install and gulp (if you are upgrading delete the node_modules first)php -i |grep ini to find the right file to change.Please or to participate in this conversation.