cmciosu / hemp-db

https://hempdb.vercel.app/
MIT License
1 stars 1 forks source link

[BUG] Invalid Company Page URL leads to 500 #128

Closed paullpp closed 3 months ago

paullpp commented 3 months ago

instead of throwing a 500 when the page url on companies is wrong, we should redirect to /companies

reproduce: go to <website_url>/companies/?page=a (a is not in the PAGE_INDEX array)