I found the problem.
I use NSSM to manage the front end service.

Upon closer inspection, I discovered that the arguments for node
changed from
"serve:ssr": "node dist/server" in 7.1 to
"serve:ssr": "node dist/server/main" in 7.2
Once I used the correct arguments for 7.2, the node service
started fine.
When the service did not start correctly using the 7.1 arguments,
the first thing I noticed was that the dist/server files had
changed a lot and thought the new build
might have failed somehow.
Thanks Tim.
- eric
--
All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/70f3d39f-935f-47ef-b75d-dc89bcde02c6n%40googlegroups.com.