You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, whenever I go to the sign-in page, I get the following error:
Could not read your security key.
WebAuthn only supports secure connections. For testing over HTTP, you can use the origin "localhost" or "127.0.0.1"
This only happens when https was disabled. I thought it might have been something with the data in my gitea instance, or my postgres database, so I tested by recreating a gitea server on a different machine, and added a test repo. Then, once I brought all of the gitea files and the database over again (using docker, but data is stored locally), I tried logging in as localhost. Localhost worked just fine.
However, when I changed the DOMAIN, SSH_DOMAIN, and ROOT_URL, I got the security key error.
Description
Tested on gitea/gitea:1.23.2 and gitea/gitea:latest.
I have this config:
However, whenever I go to the sign-in page, I get the following error:
This only happens when https was disabled. I thought it might have been something with the data in my gitea instance, or my postgres database, so I tested by recreating a gitea server on a different machine, and added a test repo. Then, once I brought all of the gitea files and the database over again (using docker, but data is stored locally), I tried logging in as localhost. Localhost worked just fine.
However, when I changed the DOMAIN, SSH_DOMAIN, and ROOT_URL, I got the security key error.
Gitea Version
1.23.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/micah686/15facf90586cfe7349aeefa2fced4597
Screenshots
Git Version
2.47.2
Operating System
Host OS: Windows 10. Using gitea gitea/gitea:1.23.2 image
How are you running Gitea?
I am running windows 10, and docker desktop. I am using docker compose to spin up gitea.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: