[Solved] Bloc after login

Hello,

just after entering my username (admin) and my password, I click on “enter” I am stuck on the homepage but I just have the wallpaper.

In the console
2018-05-30T14:48:54.704Z INFO pydio.grpc.auth Grant Type: password
2018-05-30T14:48:54.715Z INFO pydio.grpc.auth Login {“identity”: {“UserID”:“86634a9b-640d-11e8-866d-0242ac110006”,“Username”:“admin”,“Email”:"",“EmailVerified”:true,“Groups”:[],“AuthSource”:“pydioapi”,“DisplayName”:"",“Profile”:“admin”,“Roles”:[“ROOT_GROUP”,“86634a9b-640d-11e8-866d-0242ac110006”],“GroupPath”:"/",“ConnectorData”:null}}
2018-05-30T14:48:54.724Z INFO pydio.grpc.auth IdToken for: 86634a9b-640d-11e8-866d-0242ac110006
2018-05-30T14:48:54.724Z INFO pydio.grpc.auth IdToken email:
2018-05-30T14:48:54.724Z INFO pydio.grpc.auth scope scan range: email
2018-05-30T14:48:54.724Z INFO pydio.grpc.auth scope scan range: profile
2018-05-30T14:48:54.724Z INFO pydio.grpc.auth scope scan range: pydio
2018-05-30T14:48:54.724Z INFO pydio.grpc.auth scope scan range: pydio
2018-05-30T14:50:16.834Z INFO pydio.grpc.tasks Run Job flush-mailer-queue on timer event Iso8601Schedule:“R/2012-06-04T19:25:16.828696-07:00/PT5M”

Config :
Pydio cells lasted
Php7.0-fpm
Mysql 5.7
Debian lasted
Docker with 8080 port map with 8061 on host

Hi,
when you had to put your internal ip + port and external ip + port could you tell me which port did you use for each one ? as i understand you have a a docker with -p 8061:8080

Hello,

I do have a docker with -p 8061: 8080.

To access it from my LAN I use the ip 192.168.5.6:8061. When I installed it to the “Binding Host” issue I set 0.0.0.0:8080, to the “External Host” issue I set 192.168.5.6:8061. For my test the database, php-fpm are on the same docker.

could you try again but this time, use 192.168.5.6:8080 for the binding host instead of the 0.0.0.0 and see if you still have the issue.

Edit : for fpm and database as long as you have access to them it doesn’t really matter

this morning after a 350th reboot of cells it’s ok now. I access Pydio without problem …

But now when i’m naviguate i’ve this message

image

yes it’s a CORS issue, that’s why i wanted you to use the ip instead of 0.0.0.0,

Ok, I’ll do a test with the ip.

back test:

Binding Host 192.168.5.6:8061
External Host 192.168.5.6:8061

Result


Console: no message

Binding Host 172.17.0.6:8080 -> ip docker internet within docker
External Host 192.168.5.6:8061

Result
image
Console: no message

Binding Host localhost:8080
External Host 192.168.5.6:8061

Result
image
In console : [INFO] 192.168.5.6 - No such site at :8080 (Remote: 192.168.5.xxxx, Referer: )

sorry if i wasnt clear but keep the same port, just change the 0.0.0.0:8080 part with the 192…: and for the external keep the same port too 8061

It’s ok now with 0.0.0.0:8080 and 192.168.5.6:8061.

Thanks :wink: