Returns the HTML body in the console is Vue app, any idea why?

|
2019-07-09 10:17:07
Hi Guys!
I am using POPUP Modal on Page. After Submit Popup Modal Using Ajax then close Modal and return the current Page.
Nothing Perform click events on page.
Please help me to find the solutions
2019-07-09 10:26:59
Does laravel 5.8 preset react supports SSR?
MatPk 2019-07-09 10:33:27
tnx
eingurat504 2019-07-09 10:40:13
dotun_1 2019-07-08 20:31:20
Hi guys, I keep getting an empty array after uploading an image with my api. Any way out of this?

Can u share a screen shot of the code

eingurat504 2019-07-09 10:44:21
2019-07-09 10:17:07
Hi Guys!
I am using POPUP Modal on Page. After Submit Popup Modal Using Ajax then close Modal and return the current Page.
Nothing Perform click events on page.
Please help me to find the solutions

Wat exactly is the issue…
Is it error handling and are you able to submit data

EdcbaoO 2019-07-09 11:09:32
Hi guys… Anyone beginner here wants to practice Laravel with us.. As we will start applying online courses in specific time then create our own projects later.. The idea is just to get motivated together and help each other in the process
jeffzercreative 2019-07-09 11:33:18
EdcbaoO 2019-07-09 11:09:32
Hi guys… Anyone beginner here wants to practice Laravel with us.. As we will start applying online courses in specific time then create our own projects later.. The idea is just to get motivated together and help each other in the process

Thanks man. That’s a great initiative, cause i’m also a beginner

Manoj Mehta 2019-07-09 13:03:30
[meta] => Array
(
[page] => 0
[page_size] => 1
[first_page_url] => https://wireless.twilio.com/v1/Sims?PageSize=1&Page=0
[previous_page_url] =>
[url] => https://wireless.twilio.com/v1/Sims?PageSize=1&Page=0
[next_page_url] => https://wireless.twilio.com/v1/Sims?PageSize=1&Page=1&PageToken=PTeyJpbnN0YW5jZV9pZCI6IjMyMzk2NSIsIm9wZXJhdG9yIjoiR1QifQ%3D%3D
[key] => sims
)
Manoj Mehta 2019-07-09 13:03:51
Manoj Mehta 2019-07-09 13:03:30
[meta] => Array
(
[page] => 0
[page_size] => 1
[first_page_url] => https://wireless.twilio.com/v1/Sims?PageSize=1&Page=0
[previous_page_url] =>
[url] => https://wireless.twilio.com/v1/Sims?PageSize=1&Page=0
[next_page_url] => https://wireless.twilio.com/v1/Sims?PageSize=1&Page=1&PageToken=PTeyJpbnN0YW5jZV9pZCI6IjMyMzk2NSIsIm9wZXJhdG9yIjoiR1QifQ%3D%3D
[key] => sims
)

Is it a valid array

Manoj Mehta 2019-07-09 13:04:12
If yes how I get its key value
Bucciaratti66 2019-07-09 14:34:41
How to give a column a difault value from another table
Bucciaratti66 2019-07-09 14:34:46
Plz help
Nomiilk 2019-07-09 14:36:54
Please a tutorial on how to add a template on laravel.
Netking1 2019-07-09 15:22:11
Nomiilk 2019-07-09 14:36:54
Please a tutorial on how to add a template on laravel.

just place your all css js file in public folder and use them on your app.blade.php

Nomiilk 2019-07-09 16:00:52
Netking1 2019-07-09 15:22:11
just place your all css js file in public folder and use them on your app.blade.php

I dont understand. 🤔

Netking1 2019-07-09 16:01:54
Nomiilk 2019-07-09 16:00:52
I dont understand. 🤔

go to youtube bro there you will find lots of video

Nomiilk 2019-07-09 16:02:08
Netking1 2019-07-09 16:01:54
go to youtube bro there you will find lots of video

Ok thnks

Netking1 2019-07-09 16:03:58
Hey guys i want to know in which country you are working and how much you are getting paid in USD please, mine is 200$ or less/month in India
Nomiilk 2019-07-09 16:06:08
Netking1 2019-07-09 16:03:58
Hey guys i want to know in which country you are working and how much you are getting paid in USD please, mine is 200$ or less/month in India

You work in a company?

Netking1 2019-07-09 16:06:20
yes
Netking1 2019-07-09 16:15:48
Guys if you have extra projects work please ping me i can work remotely.
nikhil_ev 2019-07-09 20:24:07
EdcbaoO 2019-07-09 11:09:32
Hi guys… Anyone beginner here wants to practice Laravel with us.. As we will start applying online courses in specific time then create our own projects later.. The idea is just to get motivated together and help each other in the process

👍I m in

Marvixino 2019-07-10 01:53:08
return redirect(‘/login’);
returns the HTML body in the console is Vue app, any idea why?
StanleyMasinde 2019-07-10 03:11:04
Marvixino 2019-07-10 01:53:08
return redirect(‘/login’);
returns the HTML body in the console is Vue app, any idea why?

Because /login returns a view

StanleyMasinde 2019-07-10 03:12:50
StanleyMasinde 2019-07-10 03:11:04
Because /login returns a view

And you are probably using xmlhttp

StanleyMasinde 2019-07-10 03:16:21
Window.location.replace(“/login”)

Will redirect to the login page

ErgashevXurshid 2019-07-10 03:17:04
StanleyMasinde 2019-07-10 03:16:21
Window.location.replace(“/login”)

Will redirect to the login page

Replace or href???

ErgashevXurshid 2019-07-10 03:17:34
window.location.href = ‘/login’
StanleyMasinde 2019-07-10 03:17:43
ErgashevXurshid 2019-07-10 03:17:04
Replace or href???

Both

Marvixino 2019-07-10 04:48:40
StanleyMasinde 2019-07-10 03:12:50
And you are probably using xmlhttp

Text/html

Marvixino 2019-07-10 04:49:17
StanleyMasinde 2019-07-10 03:16:21
Window.location.replace(“/login”)

Will redirect to the login page

Not doable from middleware

Manoj Mehta 2019-07-10 05:16:10
laravel_discuss-8513.jpg

Manoj Mehta 2019-07-10 05:16:30
from an api i am gatting a api
Manoj Mehta 2019-07-10 05:16:43
laravel_discuss-8515.jpg

Manoj Mehta 2019-07-10 05:17:03
and in console i am gatting this
Manoj Mehta 2019-07-10 05:17:55
how I can show this image in img tag
Manoj Mehta 2019-07-10 05:19:41
currently, I am doing this
Manoj Mehta 2019-07-10 05:19:50
laravel_discuss-8519.jpg

Manoj Mehta 2019-07-10 05:19:52
laravel_discuss-8520.jpg

Manoj Mehta 2019-07-10 05:20:26
In .ts and HTML file in ionic
Manoj Mehta 2019-07-10 05:21:02
please help me in this ionic code
Manoj Mehta 2019-07-10 05:21:33
Manoj Mehta 2019-07-10 05:16:30
from an api i am gatting a api

*image

Manoj Mehta 2019-07-10 05:29:33
laravel_discuss-8524.jpg

Manoj Mehta 2019-07-10 05:30:29
I am also getting this if I remove above .ts file code
ErgashevXurshid 2019-07-10 09:33:33
laravel_discuss-8531.jpg

ErgashevXurshid 2019-07-10 09:33:33
laravel_discuss-8530.jpg

ErgashevXurshid 2019-07-10 09:33:33
laravel_discuss-8529.jpg

ErgashevXurshid 2019-07-10 09:33:34
laravel_discuss-8533.jpg

ErgashevXurshid 2019-07-10 09:33:34
laravel_discuss-8532.jpg

ErgashevXurshid 2019-07-10 09:33:50
Call to undefined method AppFacadesTrackingClass::getTrackingsList()
|