btw-so / btw

Open source Medium alternative- set up your personal blog in minutes.
https://btw.so
GNU General Public License v3.0
744 stars 57 forks source link

[FIX] not-found-issue-15 #16

Closed Ankur-Datta-4 closed 1 year ago

Ankur-Datta-4 commented 1 year ago

I've added a 404 page, which is rendered when request is sent to a non-existing user or non-existing note/post page.

The result looks like this when tested on local: WhatsApp Image 2023-06-15 at 22 39 02

Ankur-Datta-4 commented 1 year ago

Thanks for mentioning. Earlier response for a not-found page was: WhatsApp Image 2023-06-16 at 11 33 04 After fix: WhatsApp Image 2023-06-16 at 11 32 30

Thus, the fix returns a 404 response alongwith rendering the notfound-page.

Test result: WhatsApp Image 2023-06-16 at 11 32 19

Tested using rest client with a sample get request: WhatsApp Image 2023-06-16 at 11 33 51