laravel-gamify icon indicating copy to clipboard operation
laravel-gamify copied to clipboard

From postaman ok, from webapp error

Open SergioGMR opened this issue 4 years ago • 2 comments

Hi! I'm trying to give points to an user first time after registered. givePoint(new UserRegistered($user)); it work from postman but not from my webapp. Any idea?

SergioGMR avatar Nov 09 '20 15:11 SergioGMR

I guess you are making an ajax request from your webapp, can you check in browser console for CORS header 'Access-Control-Allow-Origin' missing

if yes then you need to install https://github.com/spatie/laravel-cors to enable cors request

saqueib avatar Nov 10 '20 00:11 saqueib

image I think I have this ok, the question is: All the logic on my controller it's working but not the function givePoint(new EveryFivePickups($recogida)) as an example, but addPoint($points = 10) works.

Thanks so much

SergioGMR avatar Nov 10 '20 09:11 SergioGMR