Coffee-Code-Philly-Accelerator / coffee_and_code_philly_dot_com

3 stars 3 forks source link

Fix broken links on deployed app #42

Closed MosesSupposes closed 1 month ago

MosesSupposes commented 1 month ago

Currently the app is deployed via Firebase to the following domain: https://coffee-and-code-philly-w-c03af.web.app/

The problem is that only the home page renders, every other page renders a 404. There is an existing ticket, #6 , that aims to [re]deploy the app to Vercel. We could approach it that way, or we could debug the router with our existing Firebase deployment which was already paid for. Any thoughts on the best approach? For now, I suggest attempting to redeploy the frontend with Vercel since we know that at least the backend was successfully deployed via Firebase.

JaisonBinns commented 1 month ago

@MosesSupposes the contact page, join us page, and about page successfully rendered for me where the app is currently deployed. The other pages (e.g. projects, events) haven't routed yet. Once routed, those pages should render as well.

MosesSupposes commented 1 month ago

@JaisonBinns I see. For me, the Join Us, Projects, and Events page return 404s. I will close this issue and reopen another one to remove/disable the broken links. Thanks for the swift feedback.

MosesSupposes commented 1 month ago

This issue was reopened in #43