I´m deploying a fresh dspace 7.6 install with Azure PaaS and IaaS. I have a Postgres Database running in PaaS and two ubuntu 22.04, one running as backend and the other running as frontend server.
I´ve setup all with no SSL and no reverse proxy just to test and document the procedure.
After start UI I´ve got some 500 Error. Researching and troubleshooting I´ve found that my browser was trying to contact backend directly (instead of requesting through UI) so I was forced to open tomcat port (8080) in firewall. After that the ui worked fine.
I´m not a Dspace expert and i´m not fully aware of DSpace Architecture. Is this a normal behavior? Do I need to open FrontEnd and Backend to internet in production environment?
Thanks in advance
PD=Please forgive my english
Rodrigo de los Santos