kaiden-ong / FactCheckAI

1 stars 0 forks source link

Reconstruct Error Messaging System #3

Open kaiden-ong opened 2 months ago

kaiden-ong commented 2 months ago

Right now it does two things before showing the loading symbol: Check if the url is a valid format and tries to connect to the URL. If both succeed then it starts loading.

Instead, make it so that it checks if URL is valid format, but the start loading. Then if the URL cannot connect then go back to homepage with an error.