Hello everyone, I want to let you know that when I try to bring up the UI, 
pm2 logs throws the following error. And I cant see the UI on browser

Error: listen EADDRNOTAVAIL: address not available 181.209.30.74:80
1|dspace-ui  |     at Server.setupListenHandle [as _listen2] 
(node:net:1446:21)
1|dspace-ui  |     at listenInCluster (node:net:1511:12)
1|dspace-ui  |     at GetAddrInfoReqWrap.doListen (node:net:1660:7)
1|dspace-ui  |     at GetAddrInfoReqWrap.onlookup [as oncomplete] 
(node:dns:111:8)

I am using DSpace 7.6.1 on Ubuntu 22.06.

My config.prod.

is:

# NOTE: will log all redux actions and transfers in console
debug: false

# Angular Universal server settings
# NOTE: these settings define where Node.js will start your UI application. 
Therefore, these
# "ui" settings usually specify a localhost port/URL which is later proxied 
to a public URL (using Apache or similar)
ui:
  ssl: true
  host: repositorio.huesped.org.ar
  port: 80
  # NOTE: Space is capitalized because 'namespace' is a reserved string in 
TypeScript
  nameSpace: /
  # The rateLimiter settings limit each IP to a 'max' of 500 requests per 
'windowMs' (1 minute).
  rateLimiter:
    windowMs: 60000 # 1 minute
    max: 500 # limit each IP to 500 requests per windowMs
  # Trust X-FORWARDED-* headers from proxies (default = true)
  useProxies: true

# The REST API server settings
# NOTE: these settings define which (publicly available) REST API to use. 
They are usually
# 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
rest:
  ssl: true
  host: admin-repositorio.huesped.org.ar
  port: 80
  # NOTE: Space is capitalized because 'namespace' is a reserved string in 
TypeScript
  nameSpace: /server


and the conection to rest is OK

I would appreciate your help.


-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/53c0b27e-8921-4df1-a4d2-e5b44169cdc5n%40googlegroups.com.

Reply via email to