0:00:33
hey everyone welcome back to another
0:00:35
episode of field break and fix um with
0:00:39
tinashe and tori today
0:00:42
uh how are you feeling tori
0:00:44
uh i'm i'm i i'll be honest i'm a little
0:00:49
i had a good weekend
0:00:53
monday like i actually just got back
0:00:55
from my weekend trip that was really
0:01:00
did you celebrate your birthday is it i
0:01:02
i did exactly yeah so we went to this
0:01:05
nice place and then
0:01:07
i got a lot of sun and so it's making me
0:01:14
fair enough which would you get up to
0:01:19
i won't talk too much about it but yeah
0:01:24
i don't want to make anybody upset
0:01:30
all right yeah it was it was nice it was
0:01:32
really nice a lot of a lot of good views
0:01:36
nature and beach and
0:01:39
everything quiet as well
0:01:42
which was which was good
0:01:44
nice nice sounds good that's awesome
0:01:48
um i like your background by the way
0:01:50
change it up yeah brick house
0:01:53
no man anymore what happened
0:01:58
things got bad man i had to trade you
0:02:11
let me just run the acknowledgement real
0:02:15
i begin today by acknowledging the
0:02:17
traditional custodians of the land on
0:02:19
which we gathered today and pay my
0:02:21
respects to the elders past present and
0:02:24
future i extend their respect to
0:02:26
aboriginal and torres strait islander
0:02:34
right so i think you'll need to fill me
0:02:37
in tori what are we up to today
0:02:40
uh i don't know actually i think z um i
0:02:43
can take a guess though i think
0:02:45
yesterday zayn unfortunately he was by
0:02:49
and i think he was still trying to work
0:02:52
with the redirects
0:03:03
when a when somebody is given a link to
0:03:08
you don't get this keynote found which
0:03:11
is i believe it's from the s3 bucket
0:03:16
so that wasn't working so
0:03:20
actually i spent like 30 minutes today
0:03:25
i have one implementation working it's
0:03:27
probably not the best solution but it
0:03:32
um and and that was you i i i was able
0:03:35
to do it using cloudfront and
0:03:44
the error the error pages
0:03:50
you can add in cloud front so
0:03:54
i can actually share my screen to show
0:03:56
you exactly what i did
0:03:58
yeah yes please um yeah
0:04:05
uh just share the error as well because
0:04:08
not entirely sure what you're talking
0:04:09
about oh okay yeah sure
0:04:17
all right am i sharing my screen can you
0:04:19
see my screen i guess not i think you
0:04:22
i left history yeah okay
0:04:27
all right let's just set this up one
0:04:29
more time so this is what i added i'm
0:04:31
just going to delete it
0:04:34
that way we'll see there
0:04:39
you can see the bricks
0:04:45
i think you can sometimes see through
0:04:54
uh scrumbler you know roarcoder.dev
0:05:03
all right click go
0:05:10
okay we know this board exists right
0:05:12
because we just made it so we know it's
0:05:17
if if i give you this
0:05:20
thank you it is rustic and charming
0:05:26
i traded the tarp for a brick wall
0:05:37
so does that work for you you get a 404
0:05:39
or you get like uh error
0:05:42
uh it actually works
0:05:49
huh maybe maybe maybe cloud front needs
0:05:56
what are you getting let me can you
0:06:14
it doesn't say the board name but
0:06:23
maybe i need to invalidate the cache or
0:06:32
browser or something
0:06:34
okay private window
0:06:40
geckdev is asking if that's a new room
0:06:50
all right so maybe cloudfront just took
0:06:55
so why did that work before or not
0:07:02
try it try in your non-private so is
0:07:07
all right go into your dev tools
0:07:10
pop open those dev tools
0:07:12
clear out local storage
0:07:32
oh there's nothing in there that's weird
0:07:39
and this is still working
0:07:46
this is still working
0:07:48
it's still working yeah what if you do a
0:07:50
hard refresh on the page
0:07:57
okay good it was just cloud front it
0:07:59
just took a second
0:08:01
so that was the error we were having
0:08:08
because basically somebody's trying to
0:08:10
access this example board
0:08:15
which doesn't exist like there is no
0:08:20
the home.html and the
0:08:23
index.html which is for the board
0:08:32
yeah yeah makes sense that makes sense
0:08:36
i'll share my screen again
0:08:42
so the problem makes sense now right
0:08:44
yeah it makes sense
0:08:46
okay so and we still have some work to
0:08:52
uh okay i'm going too fast are you you
0:08:57
so i just went our cloudfront
0:08:59
distribution and then i just go to error
0:09:01
pages and then i'm just going to create
0:09:03
a custom error response
0:09:06
which is this is kind of a hacky way of
0:09:12
whatever the cache i don't think it
0:09:14
really matters in the scenario maybe it
0:09:16
does but i can't think of a reason why
0:09:19
so we're gonna select yes and then what
0:09:24
index.html which is the board page and
0:09:27
then we're going to send a 200 status
0:09:32
so this is this is the response page
0:09:34
path okay where they will be redirected
0:09:41
okay what you mean yeah all right now
0:09:44
maybe that'll take cloudfront in a
0:09:46
second or two but you can try that
0:09:48
example board again or whatever url you
0:09:51
put in there it should work
0:09:54
it'll even work for boards that aren't
0:09:56
even created of course
0:09:58
because it's just going to redirect
0:10:02
for any 404. oh okay yeah yeah yeah yeah
0:10:07
okay example bot works by the way
0:10:11
i share my screen for a sec i'll show
0:10:18
things in cloud front i think worked
0:10:36
well the other way
0:10:37
um there there's probably another way to
0:10:39
do it too the other way is to use uh
0:10:44
another implementation that i know of is
0:10:50
function on cloudfront
0:10:53
which would basically
0:10:56
do the redirect in the lambda
0:11:00
okay oh okay yeah makes sense but that
0:11:10
we still don't have those aws credits so
0:11:16
objective says that's the worst way to
0:11:24
it sounds good though like you're the
0:11:40
when you tried this
0:11:42
sorry like if i add a note now does it
0:11:44
save to example you've already tried
0:12:26
you know what happened
0:12:32
hey tory what happened man
0:12:34
i think my neighbors killed the power
0:12:36
they tripped it oh okay
0:12:41
uh what did gekkdab say
0:12:44
okay okay they've just said law sounds
0:12:48
bitcoin crypto ai chuck those there as
0:12:55
any computer service is a waste of money
0:13:02
okay i didn't know that
0:13:12
so i was just asking you um curry like
0:13:16
what do you think about this um
0:13:18
and i don't have money for kebabs
0:13:22
but what do you what do you think about
0:13:24
this error pages implementation gekko
0:13:30
like these redirects
0:13:35
it's a one-liner to fix
0:13:42
stained glass over several times last
0:13:44
night uh i kind of skimmed through what
0:13:46
he did but i didn't see anything
0:13:49
you're allowing now
0:14:00
liner okay if you mean one liner in
0:14:05
the front end code or in aws
0:14:27
like watching the torture
0:14:36
unfortunately that's i can't i don't
0:14:40
know a better way at the
0:14:42
moment you guys haven't even googled for
0:14:45
it i spent some time googling
0:14:47
unfortunately i didn't
0:14:50
come up with anything
0:15:25
but the pro the problem gekko is we have
0:15:27
we don't have a spa we have a multi-page
0:15:36
old-fashioned html
0:15:39
vanilla js and j coin jquery
0:16:24
that primary kit redirection rules
0:16:29
i was playing with those today
0:16:35
i was playing with the redirection rules
0:16:39
when i hit cloudfront
0:16:41
um or when i hit the
0:16:46
their document equals index.html
0:16:54
when i when i tried this on on
0:16:58
or whatever the scrumbler.dev it was
0:17:01
redirecting me to s3
0:17:05
the ss3 url i don't know why but then
0:17:09
did the error pages on cloudfront
0:17:12
it was working but otherwise i was
0:17:14
getting the address of
0:17:17
scrambler on the s3 bucket i don't know
0:17:44
so do we have to do both
0:18:11
this is what i just i just did with the
0:18:14
cloud front er error pages
0:18:18
so we have i guess
0:18:20
so i guess there's a few steps
0:18:28
i wonder why it works
0:18:30
even though i didn't do any of the other
0:18:33
and what the problem would be
0:18:36
in not completing the other
0:18:46
um did you by the way i was asking like
0:18:48
this is save i haven't looked at aws
0:18:51
myself but this is a into the into
0:18:53
dynamodb i have no idea
0:18:58
i would think it does but that was
0:19:05
and kartik were working on for a while
0:19:07
but i wasn't i don't think i was ever a
0:19:32
i guess greener pastures for cartier
0:19:36
we're pr we're proud of the the
0:19:47
kartika i hope you're watching this
0:19:56
just call us and tell us you're okay
0:20:18
um one hit one hit wonder
0:20:24
this first video was was pretty good too
0:20:27
was it yeah it was good
0:20:31
pretty good editing and yup
0:20:34
yeah you have the potential
0:20:36
pretty good yeah videos there
0:20:40
this channel could learn some things
0:20:45
after after 200 episodes
0:20:52
this is raw and uncut though that's the
0:20:59
you you get it all raw right here on
0:21:11
yeah um what do you want to do then
0:21:18
yes sir what are you gonna say
0:21:19
oh are you are you are you checking to
0:21:21
see if dynamo dvd works
0:21:24
yeah yeah i am because this this usually
0:21:29
so i just want to see like with what
0:21:31
you've done so far does it say or
0:21:37
it doesn't look like it though
0:21:40
so maybe if you create a new board and
0:21:47
because maybe they have an added
0:21:49
functionality where
0:21:52
yeah honestly i would have to talk to
0:21:54
zane but i think if you create your own
0:21:56
board and save stuff it does work
0:22:33
that's weird i thought they had that
0:22:36
that's what i thought
0:22:37
are you getting any errors in the in the
0:23:04
i'll go have to talk to zayn about that
0:23:13
there's a board called sniff
0:23:16
there's two boards
0:23:17
are there two boards called sniffles no
0:23:27
before he was there
0:23:38
i think i saw one called sniff
0:23:50
okay that's we gotta look into that but
0:23:56
yeah it's like about 10 problem
0:24:08
that's weird though i swear it was
0:24:11
i thought but zane will know zayn will
0:24:20
because you can see some of those boards
0:24:22
they're probably older but they have
0:24:31
give me one second my computer's frozen
0:24:35
where is it yeah i guess zayn is stuck
0:24:44
well it's just me now
0:24:52
yeah i guess i guess zayn got caught up
0:24:54
in some meeting he said
0:25:16
you left me finesse
0:25:23
how do i how do i share my own screen
0:25:28
oh i think he has the controls i don't
0:25:40
added your screen tori
0:25:50
oh sorry um yeah um
0:26:02
i got i got a wall but you know
0:26:05
it needs the walnuts work
0:26:12
i will turn off the wall once i get a
0:26:20
i think my neighbors burn food
0:26:24
that was distracting
0:26:28
it's giving me a headache
0:26:33
yeah so another problem
0:26:41
another another problem is that
0:26:48
for the user they see
0:26:50
the board name but when you're
0:26:54
someone who's joining the board
0:26:57
then you don't see the board name
0:27:00
but i would have to look through the
0:27:05
they did that how they implemented that
0:27:11
here's the thing sorry like i was
0:27:14
wondering is with uh
0:27:16
i got a good job thanks man i feel so
0:27:25
wait there's an error page
0:27:39
as i'm not feeling
0:27:44
yeah all i did was all i did was um
0:27:51
i had to redirect that
0:27:56
i was playing with the s3 redirects but
0:27:58
that was that was not
0:28:02
was not working with cloudfront so i
0:28:04
just went straight to cloudfront and
0:28:05
added the error pages there
0:28:09
and that started work that that seemed
0:28:11
to fix it so i didn't i didn't bother i
0:28:13
just deleted whatever i did in cloud
0:28:15
front or i mean s3 and it was still
0:28:25
the thing i was wondering is like
0:28:29
so if you give me the link right
0:28:32
is um is it actually
0:28:35
is it actually loading up that board or
0:28:37
is it just no it's not so that's yeah
0:28:41
yeah that's that's that's what um i was
0:28:44
i was trying to say was the uh
0:28:47
i think there needs to be some logic
0:28:51
um in the javascript um when when
0:28:54
somebody lands on that
0:29:02
they need to do something like
0:29:04
like there needs to be some code there
0:29:11
send a get request to dynamodb
0:29:16
or you know to to the to the api gateway
0:29:22
to get to get the board info
0:29:25
and then basically if that board doesn't
0:29:27
exist too then it should probably
0:29:29
redirect them to the home page
0:29:41
scrambler enhancement
0:29:53
basically we should um
0:29:58
yeah just try to get the
0:30:01
i guess the board name from the url
0:30:05
and then get requests
0:30:19
cut off still front end
0:30:34
did you did you write any of this code
0:30:38
uh yeah some of it some of it from
0:30:42
do you remember what happens
0:30:45
when they land when uh when somebody
0:30:48
the well actually let me let me take a
0:30:53
let's see what they got here
0:31:01
what are the scripts all right you got
0:31:03
script js and still front end
0:31:08
okay um yeah what script js
0:31:15
basically we have all the
0:31:19
we have all the get requests and
0:31:21
patch and all that
0:31:34
so do you know what happens when when
0:31:37
when somebody lands on the page or i
0:31:39
mean i could use the step through
0:31:41
debugger but maybe you know
0:31:43
sorry if you go to um index.html
0:31:50
um can you see like on line 161
0:31:58
replace yeah so basically oh
0:32:03
yeah okay that makes sense
0:32:05
it's just replacing the index of html
0:32:08
with the local storage board name
0:32:22
okay so you're using you're using local
0:32:28
so you're saving it
0:32:30
on the home page in local storage and
0:32:35
when you when somebody creates a board
0:32:37
they're redirected to index.html and
0:32:40
then they're getting the board name from
0:32:59
thing then is that
0:33:01
it should check local storage first
0:33:05
and see if there exists anything in
0:33:08
well there's a couple problems
0:33:10
there's a couple problems i can think of
0:33:15
you have a user who ha is using more
0:33:19
than two boards like he's got
0:33:23
the mesh board and tory board right so
0:33:27
if he's using local storage then he's
0:33:30
only ever going to be redirected to the
0:33:36
the well he's not going to be redirected
0:33:45
appear as whatever is in local storage
0:33:47
even if he's using two boards
0:33:59
because if because if what's in local
0:34:02
storage is the nesh board but he wants
0:34:04
to go to tory board
0:34:18
that's going to be a problem because
0:34:20
you need to have some logic in here
0:34:25
allow them to go to tory board and not
0:34:27
just whatever is in local storage
0:34:37
if they're coming from
0:34:43
local storage will be overridden by
0:34:45
whatever they type right and then
0:34:48
the kind of thing we need to figure out
0:35:02
we gotta take that board name directly
0:35:07
by doing that wouldn't it solve the
0:35:09
the problem that you are that you're
0:35:17
yeah if they had no local storage
0:35:20
is that what you're saying
0:35:22
or are you saying we need we need an
0:35:25
yeah we need an implementation okay
0:35:31
where is this this is just
0:35:48
my question is why don't why do you guys
0:35:50
why do you guys write the right why do
0:35:53
you guys write some java
0:36:13
okay i gotta keep it together
0:36:18
yeah i know what question he could ask
0:36:23
all right because it because honestly
0:36:25
it'll be a lot easier to keep track of
0:36:27
what's going on if if everything is put
0:36:32
and instead of hanging around here and
0:36:50
um yeah the thing is this didn't work
0:36:52
um otherwise sorry like we tried to do
0:36:57
put it in like script js and then
0:37:01
but it just didn't work so that's why we
0:37:03
had to do it this way yeah usually
0:37:05
probably what happened
0:37:07
probably what was happening
0:37:09
was before zayn had the
0:37:11
or whoever somebody put the script tags
0:37:13
at the top so the javascript was
0:37:16
the script tags were all in the head
0:37:19
um so the javascript was loading before
0:37:22
the before the html is being parsed
0:37:28
yeah so that that was probably problem
0:37:32
problem like if that still was causing a
0:37:35
problem usually you just add like a on
0:37:38
dom content loaded event and then you
0:37:40
run all your js inside of there inside
0:37:45
or you just kick you just kick off you
0:37:59
you can also like another common
0:38:04
pattern is to use the
0:38:11
first it's not come on give me it
0:38:22
is it is that a depreciated thing
0:38:25
maybe it's load now but i thought that's
0:38:36
i don't know i thought there's a dom
0:38:38
content loaded event
0:38:42
something like that but
0:38:44
um honestly this should probably work if
0:38:47
the script tags are
0:38:55
i mean i can write we can write the
0:38:58
javascript inside here to basically
0:39:11
perhaps we can just like fix it up later
0:39:14
you know yeah what do you say
0:39:16
just get it working first perhaps
0:39:23
still still still killing me
0:39:40
i'm trying to think
0:39:45
will be problematic though because
0:39:50
you won't know if a user is coming
0:39:54
from the home page
0:39:57
uh i unless you do
0:40:06
so i guess you could do something like
0:40:17
i know what you mean
0:40:24
i don't like using ternaries but
0:40:39
i do i prefer switches
0:40:45
then i think you want to get
0:40:49
whatever's in local storage
0:40:53
because you know they're coming from
0:41:05
like the create a board page
0:41:08
yeah that's home.history
0:41:12
otherwise you just want to get the path
0:41:17
which would be the
0:41:28
there's gonna be a slash though i wonder
0:41:32
if that matters in the way you guys
0:41:33
wrote the code or not
0:41:40
but now i think this should work
0:41:51
does that make sense
0:41:55
yeah with the first part um
0:42:01
path name equals equals equals
0:42:04
do you mean home.html or you mean
0:42:13
so this is on index.html
0:42:22
actually i don't i i don't think this is
0:42:24
gonna work anyways but
0:42:26
even because i think cloudfront's still
0:42:31
make this an issue
0:42:36
yeah i don't think this is gonna work
0:42:39
let's suppose that
0:42:44
yeah i don't think this is gonna work
0:42:49
so if they're coming from the
0:42:52
they'll be redirected or whatever
0:42:56
whatever you're doing with the with the
0:42:59
history i don't know how you have the
0:43:05
they're going to index.html and then
0:43:07
you're grabbing the
0:43:09
item from local storage
0:43:25
and then if they're yeah so so you're
0:43:27
grabbing an item from local storage and
0:43:29
then and then updating the window
0:43:36
let's say they're coming from another
0:43:43
um finesse board then instead of going
0:43:47
to local storage we're gonna
0:43:51
get the path name and you use that
0:44:00
yeah that makes sense
0:44:03
sure i just don't know if it's gonna
0:44:05
work with cloudfront
0:44:13
how do i even start this thing do you
0:44:17
uh yeah just um sorry gekko i'm getting
0:44:25
just so you have to see the into client
0:44:31
and then just lifestyle live dash server
0:44:34
if you have it installed
0:44:38
um do npm live server so you can then
0:44:49
he's saying i don't need to
0:44:54
probably don't even need hosted to test
0:44:56
the path let's just open it up okay
0:44:59
okay should i just do that
0:45:02
yeah i guess so that's weird i do have
0:45:05
live server around here
0:45:09
oh but as an extension not as a
0:45:15
not as like a global
0:45:22
wow the time went by fast
0:45:29
i'm thinking tori like if if this
0:45:36
is there a way to check where
0:45:43
you can check the headers probably or
0:45:45
something but usually that would have to
0:45:52
in like usually that probably have to be
0:45:55
done in in node or
0:45:57
like the lambda or something
0:46:04
all right well this says story five so
0:46:07
i'm assuming there's something in local
0:46:09
storage so this looked like it worked
0:46:19
no oh there isn't okay
0:46:26
that's weird is it just my browser
0:46:34
i'm very confused right now
0:47:02
do you know what's what am i doing wrong
0:47:08
that's what i'm like what is
0:47:21
the mesh board since we've been talking
0:47:36
am i getting blocked by cores or
0:47:46
everything is failing
0:47:50
you have to write um i mean the back end
0:47:56
oh did it get changed again
0:48:03
possibly let me see
0:48:13
oh that's weird i accidentally closed vs
0:48:17
i must accidentally close it my bad
0:48:43
let me just make sure i do i get pulled
0:48:46
i don't think this has been updated in a
0:48:51
i'll put the link in the in the private
0:48:58
and i can't wait to get a better
0:49:05
all right yeah it is up to date all
0:49:08
what do you have right now
0:49:13
it's probably like a it's like a 7th gen
0:49:21
you know what you know what it probably
0:49:22
is is probably this background is
0:49:46
you can you can okay
0:49:48
yeah um yeah it actually
0:49:50
actually works a little better
0:50:07
all right let's try to create the ganesh
0:50:14
maybe i need to refresh
0:50:33
do you want to check your link sorry
0:50:35
yeah i'll check the link it's probably
0:50:45
where do i put this
0:50:48
um in the environment.js
0:50:51
should it be header
0:50:54
uh yeah hidden from the viewers for sure
0:51:00
pop this over on the other screen you
0:51:02
can't see my screen right
0:51:04
uh can sony see the
0:51:19
oh yeah it is different
0:51:23
it is different all right let's try that
0:51:38
all right maybe i need to refresh here
0:51:46
also you have to put
0:51:48
a forward slash at the end of the link
0:51:59
look wait one second like um
0:52:08
exactly how i have it in the chat now
0:52:10
just open another forward slash at the
0:52:14
i'm getting a 404.
0:52:19
you sure that's the right oh hold on
0:52:22
i think you gave me
0:52:34
oh no huh what's up with that
0:52:38
oh i need to slash at the end okay i
0:52:48
hopefully this should work now finash
0:52:54
looks like it's working
0:52:57
yep okay we now have the finesse board
0:53:02
congratulations finesse
0:53:09
all right the board id is in there and
0:53:16
so basically if i now refresh
0:53:21
it should it should get the the mesh
0:53:23
board from local storage
0:53:25
and it did it did it worked all right
0:53:30
all right now if i i'm going to do this
0:53:32
the slick finish way
0:53:35
clear out my local storage
0:53:42
i'm silly man doing all that clicking
0:53:46
all right and now if i
0:53:54
tori uh there might be a tory board
0:53:57
but it shouldn't matter
0:54:00
all right that didn't work
0:54:06
which is i guess good
0:54:11
all right that didn't work either so
0:54:12
that's good that's good
0:54:18
that worked and local storage is clear
0:54:33
one thing tori like i didn't see the url
0:54:35
the url change when you
0:54:38
when you created the port
0:54:43
it status index.html which
0:54:47
is probably that's where this one yeah
0:54:55
well that's weird because i didn't
0:55:16
even better i had some errors that i
0:55:18
didn't pay attention to
0:55:22
you'll try it again
0:56:06
i don't see any errors
0:56:18
um for you as well
0:56:24
uh i'll try it again but i'm quite sure
0:56:54
oh it does work okay
0:57:04
if window location path name is equals
0:57:10
so there must be some
0:57:13
invalid logic here that i wrote
0:57:46
so i'm checking the path name oh because
0:57:51
oh that's why that's why
0:57:55
do you want to see into client and then
0:58:00
and then load up live server yeah
0:58:05
oh oh you're right i didn't um
0:58:09
let's just lib um okay so cd
0:58:54
it's so much faster
0:59:01
all right so we're in here
0:59:23
did you have a good weekend
0:59:26
yeah i did man yeah
0:59:30
all right anything to report anything
0:59:39
serena venus williams movie
0:59:42
the one with uh the one about her father
0:59:44
like very interesting yeah
0:59:51
what'd you take away from
1:00:01
yeah like i didn't know like the father
1:00:03
was such a big part of their lives like
1:00:06
i heard that i heard that
1:00:13
was he was he pretty tough on him
1:00:20
do you wish that happened to you
1:00:23
uh i don't know man
1:00:35
i don't know that's a balance right like
1:00:38
hey you wanna be you wanna be
1:00:41
as good as serena and venus williams you
1:00:43
got to make some sacrifices right
1:00:46
that's true that's true
1:00:51
you think you'll watch the movie
1:00:54
um yeah maybe it sounds it sounds
1:01:04
this worked dinesh after i
1:01:18
um i'm gonna clear
1:01:22
i'm gonna use your uh local storage
1:01:29
oh man i can't even get it right
1:01:36
all right so now local storage is clear
1:01:39
and now i'm going to go back to
1:01:46
and we get an error so i would like to
1:01:49
see on when this is on cloud front
1:01:54
this should still say
1:01:58
and not index.html
1:02:05
yeah yeah that makes sense
1:02:11
so even if you had local storage
1:02:15
you should go to this path
1:02:27
um what is it your script
1:02:29
i don't know well something needs to
1:02:35
um yeah we should probably like
1:02:37
think about rewriting some of this code
1:02:51
get all the board info from dynamodb
1:02:55
you're doing that in script
1:03:05
i think we are when he
1:03:07
can't quite remember
1:03:13
well that's okay we're not gonna do it
1:03:14
today because it's time to go to bed
1:03:27
is is this a good stopping point do you
1:03:28
think i should push up these changes
1:03:36
yeah i think it's a good point to end it
1:03:39
do you wanna do you wanna do the recap
1:03:44
all right cool thanks for joining us
1:03:46
everyone thanks tori for
1:03:48
for filling in as well
1:03:53
um today we try to
1:04:03
yeah essentially we're getting errors
1:04:10
in when we just try to you know access
1:04:12
the board by the browser
1:04:15
um basically we added um redirection in
1:04:22
works sort of it just
1:04:25
look goes to the index.html page but um
1:04:29
but it doesn't actually load any of the
1:04:33
yeah we're trying to work through that
1:04:37
implementation in and logic in the front
1:04:40
end code so that um yes we can get the
1:04:43
more details when routing to a
1:04:49
yeah that was kind of a messy
1:04:53
yeah hopefully that makes sense
1:04:54
so thanks for joining us everyone and um
1:04:57
if you want to see more of uh what we're
1:05:00
working on join us tomorrow
1:05:02
same time same place and
1:05:11
worries all right thanks everyone have a
1:05:13
good night thank you everyone have a
1:05:14
great night thank you