[GeoNode-users] Log in to an existing account
Zackary King
zking03 at hotmail.com
Thu Mar 20 10:43:09 PDT 2025
Hi John.
There is likely a configuration issue in the .env file you are deploying from. Since you are using localhost ensure nothing in the config is set for https.
If you can send me a copy of the .env file or a redacted version I might be able to see what is going on.
Also sometimes running a management command can help clean it up. Something like
docker exec -it django4my_geonode bash -c "python manage.py fixoauthuri"
docker exec -it django4my_geonode bash -c "python manage.py fixsitename"
Regards,
Zackary King
zking03 at hotmail.com<mailto:zking03 at hotmail.com>
250-264-8300
________________________________
From: geonode-users <geonode-users-bounces at lists.osgeo.org> on behalf of John Scott via geonode-users <geonode-users at lists.osgeo.org>
Sent: March 20, 2025 11:13 AM
To: geonode-users at lists.osgeo.org <geonode-users at lists.osgeo.org>
Subject: Re: [GeoNode-users] Log in to an existing account
Here is the screen capture showing the Session expired in the bottom left corner
[Screenshot from 2025-03-19 16-01-50.png]
On Wed, Mar 19, 2025 at 4:11 PM John Scott <armyguy62 at gmail.com<mailto:armyguy62 at gmail.com>> wrote:
Docker Container geonode/geonode:4.4.2 in a Ubuntu 22.04 VM
When trying to sign in with:
Login - admin
Password - admin
It says:
Successfully signed in as admin, but immediately says
Session is Expired. Please login again!
I am not a programmer so most of the scripts don't really make sense to me.
Is there an easy fix?
Thanks
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20250320/d4ae6b8a/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2025-03-19 16-01-50.png
Type: image/png
Size: 94731 bytes
Desc: Screenshot from 2025-03-19 16-01-50.png
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20250320/d4ae6b8a/attachment-0001.png>
More information about the geonode-users
mailing list