I was able to resolve the issue by updating this line
from this app.get('*', (req, res) => {
to "app.get('/{*any}', (req, res) => {"