You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table of videos each with an upload button that loads the upload modal. wire:click="$emit('openModal', 'videos.upload', {{ json_encode([$row->id]) }})"
Inside the modal I fetch the youtube playlists for the user to choose where they want the video to be uploaded.
Before doing this I check if the token as expired and would liek to redirect but it tries to render empty page "Undefined array key 1"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I redirect instead of showing the modal?
I have a table of videos each with an upload button that loads the upload modal.
wire:click="$emit('openModal', 'videos.upload', {{ json_encode([$row->id]) }})"
Inside the modal I fetch the youtube playlists for the user to choose where they want the video to be uploaded.
Before doing this I check if the token as expired and would liek to redirect but it tries to render empty page "Undefined array key 1"
Beta Was this translation helpful? Give feedback.
All reactions