@abudo if u r forcing https then do it in server or .htaccess file.
May 11, 2018
8
Level 18
Profile Photo Update failure
Unable to update a profile picture On console i get this error :
POST https://me.grel.org/settings/photo 422 ()
dispatchXhrRequest @ app.js:559
tryCallTwo @ app.js:52488
doResolve @ app.js:52643
Promise @ app.js:52509
xhrAdapter @ app.js:396
dispatchRequest @ app.js:964
tryCallOne @ app.js:52480
(anonymous) @ app.js:52566
flush @ app.js:197
characterData (async)
requestCall @ app.js:292
rawAsap @ app.js:161
handleResolved @ app.js:52556
handle @ app.js:52552
./node_modules/promise/lib/core.js.Promise.then @ app.js:52520
request @ app.js:791
Axios.(anonymous function) @ app.js:811
wrap @ app.js:1198
update @ app.js:71778
invoker @ app.js:58681
fn._withTask.fn._withTask @ app.js:58480
Also i am forcing https loads in AppServiceProvider under the boot method
if (App::environment('production', 'staging'))
{
URL::forceScheme('https');
}
Please or to participate in this conversation.