I have been in the process of developing a website using Vue and Vue-Router locally. Upon completion, I push my changes with git to the production server which updates the site files.
Recently, I encountered an issue with a payment status page that is working flawlessly on my local environment. However, upon uploading the changes to the production server, the component fails to load for unknown reasons. There are no visible errors being thrown. Interestingly, all previously implemented routes continue to function properly except for the new ones created specifically for this payment status page.
If anyone has any suggestions for debugging or troubleshooting strategies to identify the root cause of this problem, it would be greatly appreciated!