Closed atmonshi closed 1 month ago
first thank you so much for this package, really helpfull.
I can't get any data to be sent to the database! I even dd on the EventController@store and nothing happend
dd
EventController@store
my simple test code:
<a href="{{ url('/') }}" data-pan="Free"> track Free </a> <a href="{{ url('/') }}" data-pan="Paid"> track Paid </a>
I did console log on pan.iife.js and I am getting the data on page unload:
pan.iife.js
but navigator.sendBeacon not sending the data! also checked route:list and the route is registered.
navigator.sendBeacon
route:list
I feel I am missing something! if more details needed happy to provide them :)
sorry, switched the branch and when got back, all working now :) I guess some caching issues.
first thank you so much for this package, really helpfull.
I can't get any data to be sent to the database! I even
dd
on theEventController@store
and nothing happendmy simple test code:
I did console log on
pan.iife.js
and I am getting the data on page unload:but
navigator.sendBeacon
not sending the data! also checkedroute:list
and the route is registered.I feel I am missing something! if more details needed happy to provide them :)