Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect URL redirection - Page Not Found (error 404) #40

Closed
SethiAbhinav opened this issue May 31, 2023 · 7 comments
Closed

Incorrect URL redirection - Page Not Found (error 404) #40

SethiAbhinav opened this issue May 31, 2023 · 7 comments

Comments

@SethiAbhinav
Copy link

Hi @QuentinAmbard

I was going through the Build your Chat Bot with Dolly demo and I encountered an issue when trying to access the notebooks hyperlinked in the tutorial (image below is one of the three notebooks mentioned in the tutorial).

image

The links redirect us to:
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/$./02-Data-preparation
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/$./03-Q&A-prompt-engineering-for-dolly
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/$./04-chat-bot-prompt-engineering-dolly

The $./ should be removed as the correct URLs are:
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/02-Data-preparation
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/03-Q&A-prompt-engineering-for-dolly
https://www.dbdemos.ai/minisite/llm-dolly-chatbot/04-chat-bot-prompt-engineering-dolly

@QuentinAmbard
Copy link
Collaborator

Hi @SethiAbhinav , it's working well for me, what's happening is that we have a javascript script changing the links to remove the $
(The $ are required when we install the notebooks in the workspace to have the relative links)

Which browser are you using? Do you see an error in the javascript console maybe?

image

@SethiAbhinav
Copy link
Author

Oh I see. That's insightful.

I am using these:
Brave browser
MAC OS

@QuentinAmbard
Copy link
Collaborator

I see I definitely did not test with Brave
Would you mind trying with another browser just to confirm that's the issue?

@SethiAbhinav
Copy link
Author

SethiAbhinav commented Jun 1, 2023

I tested with three browsers now. Issue seems to persist. Attaching screen snaps for the same:

  1. Brave:
image
  1. Chrome:
image
  1. Safari:
image

Also, tested on my phone. Chrome browser, it doesn't load there as well. It is rather strange to me that it doesn't load on any of my devices even though it loads on yours.

@SethiAbhinav
Copy link
Author

It seems to me that the href isn't updating correctly.

image

In the console there isn't any error related to this. I had some shields set up which auto disable some code from running on websites. But, even after removing it, the same sites load up.

@SethiAbhinav
Copy link
Author

Tried it on a friend's device. It seems to be working fine on their device. I will try debugging what's going on in my systems. You can close this issue if you'd like.

@SethiAbhinav
Copy link
Author

It got resolved on its own. Closing this issue. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants