Hello,

I have set up my dsapce ui with ngins as proxy and backend on differnet 
server.
My config.prod.ymll is:
ui:
        ssl: false
        host: 127.0.0.1
        port: 4000
        nameSpace: /

rest:
        ssl: false
        host: dspace.tatoi.mnss.eu
        port: 80
        nameSpace: /server

My nginx configuration is:
server {
        listen 80;
        server_name tatoi-ui.mnss.eu;
        location / {
                include proxy_params;
                proxy_pass http://127.0.0.1:4000;
        }
}

Unfortunately my UI si  not working. I see a 500 error on the screen.
In the nginx access.log I see the following record:

 [23/Apr/2023:14:28:36 +0300] "GET / HTTP/1.1" 500 58026 "-" "Mozilla/5.0 
(X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"

I see no error record on nginx's error.log neither on the error log , or 
out log of pm2 that runs the angular process.

Is there any place else to look for error logs?
I am stuck in this. Any help is appreciated.


                  

-- 
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 Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-community/c8df4086-c4fe-42a4-9e62-00af7cccac08n%40googlegroups.com.

Reply via email to