SEI-ATL / UNIT_2

This repo is for all things Unit 2
0 stars 3 forks source link

Mike's Pod #22

Closed romebell closed 3 years ago

romebell commented 3 years ago

Add your link to the ISSUE that you create here. Be sure to assign your Pod Leader

mkzarra commented 3 years ago

@tylerdance Where is alerts coming from and what is it for?

tylerdance commented 3 years ago

Display "Saved Trails" page bug. Trying to just get the pages <h1> to load upon clicking the "Saved Trails" button on the homepage before attempting to actually save trails to database and display on page.

Screen Shot 2020-12-01 at 10 11 07 AM

Also have some questions about my post route and authentication. Thanks.

mkzarra commented 3 years ago

Display "Saved Trails" page bug. Trying to just get the pages <h1> to load upon clicking the "Saved Trails" button on the homepage before attempting to actually save trails to database and display on page.

Screen Shot 2020-12-01 at 10 11 07 AM

Also have some questions about my post route and authentication. Thanks.

what behavior are you seeing when you click "Saved Trails"?

tylerdance commented 3 years ago

Cannot GET /savedTrails

CoreyWilson319 commented 3 years ago

https://github.com/CoreyWilson319/Project-2/issues/1

JJURIZ commented 3 years ago

Inconsistent application of CSS rules in app. In this route you can see the style applied: StyleApplied After searching and getting a new route, style no longer applied: RouteBroken Receiving the MIME error: MIME

Why is it working on some pages but not on others?

tylerdance commented 3 years ago

Saving trail to database bug

Post route:

post route

index.ejs with "Save trail" button

save trail button

Error message:

error