Badget
Badget copied to clipboard
Bug: route "/blog" giving error on prod.
Describe the bug
- /blog route is giving error on production.
- it is working fine on development.
- bug coming on all browsers - Chrome, Safari, Brave etc.
Steps to reproduce
- Go to https://www.badget.io/
- Click on Blog in the navbar of the home page.
- "Something went wrong error comes up"
Browsers
No response
Additional context (Is this in dev or production?)
in production (working fine on dev).
as this bug is only occurring on prod and not in dev mode, most probably it is an issue while building the application. running "pnpm run build" would solve it. can't do this myself as build file is in .gitignore