Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackTogether: fix blog routing i.e create blog section

mzbhewtee opened this issue · comments

Are you accessing the project from the GitHub Codespaces?

  • No, I am running the project on my local machine (I will fill in the OS section below)
  • Yes, I am using GitHub Codespaces.

Note: The project is optimized to run on Codespaces. We welcome contributions to enhance it for cross-platform local development, but it's not something we will prioritize right now. Thank you!

Describe the bug
The blog button is not redirecting to any page. This could either be that the blog page was not properly routed or does not exist.

To Reproduce
Steps to reproduce the behavior:

  1. Click on Blog button on the home page

Expected behavior
I expect to be navigated to the blog page

Screenshots
Screenshot (706)

@mzbhewtee Can you please share the console tab displaying the forwarded ports in your codespaces instance? This may have to do with the blog server not being yet up and running.

If you can confirm it's running, can you please capture any logs in terminal when you click on the blog link? Thank you.

Hello @anfibiacreativa🖐🏽,
I am also working on the Contoso-real-estate project and I have encountered the same issue with the blog page as @mzbhewtee.

Clicking on "visit our blog" leads here:
image

Trying to open the blog from my ports in console lands me here:
image

I have some ideas on how to fix the blog routing and create a blog section. Would you mind if I collaborate with @mzbhewtee on this issue and submit a pull request when we have a solution?

Thank you for your consideration and for creating this🙂

Thanks @VictorCodebase - That sounds great. @mzbhewtee would you want to collaborate on this? @ios-x also raised this. Please let me know if you want to collaboratively work on this issue.

Thanks @VictorCodebase - That sounds great. @mzbhewtee would you want to collaborate on this? @ios-x also raised this. Please let me know if you want to collaboratively work on this issue.

Yes, i will like to collaborate on it