cancel
Showing results for 
Search instead for 
Did you mean: 

Problem when I change url from localhost to my ip

Alice_
Star Contributor
Star Contributor

I changed my url from localhost to my ip: now I cannot see gadgets on my dashboard and when I try to navigate to my profile or some other link of the userspace, I am redirected to the mai page of DM ... in server log:

ERROR [nuxeo-error-log] Request Attributes:

nuxeo.disable.redirect.wrapper : true user_message : È avvenuto un errore inaspettato NuxeoExceptionHandlerMarker : true securityError : false exception_message : Connection reset by peer: socket write error stackTrace :

ERROR [org.nuxeo.ecm.platform.web.common.exceptionhandling.DefaultNuxeoExceptionHandler] Cannot forward to error page: response is already committed

Is it a problem of my application or is there some security issue?

2 REPLIES 2

Julien_Carsique
Elite Collaborator
Elite Collaborator

Please always specify your Nuxeo version.

patrek
Star Contributor
Star Contributor

Make sure you change "nuxeo.bind.address" to "0.0.0.0" (or your ip), otherwise, your gadgets will get attached to 127.0.0.1 and won't be available.