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
I am trying to set up a Hyku 5 and getting a 302 error when creating a new account while getting started. I am using Dory and Docker to do this on Ubuntu 22.10.
when I get to this screen, I typed in a short name (eg: Test Repo) and click on save, then I am getting the 302 status.
web_1 | Account Load (0.3ms) SELECT "public"."accounts".* FROM "public"."accounts" WHERE "public"."accounts"."tenant" = $1 LIMIT $2 [["tenant", "public"], ["LIMIT", 1]] web_1 | Redirected to http://test-repo.hyku.test/users/sign_up?locale=en web_1 | Completed 302 Found in 11000ms (ActiveRecord: 4044.8ms) web_1 | web_1 | web_1 | 172.17.0.1 - - [05/Apr/2023:10:54:51 +0000] "POST /account/sign_up?locale=en HTTP/1.1" 302 - 11.0687
Did anyone come across this issue?
Steps to reproduce the behaviour
On the Home page, click on "Get Started"
Then type in a short name and click save.
The text was updated successfully, but these errors were encountered:
DanukaH
changed the title
302 status on Account creation (Hyku v5.0.1)
Getting 302 error status when creating a new account (Getting started on Hyku v5.0.1)
Apr 5, 2023
DanukaH
changed the title
Getting 302 error status when creating a new account (Getting started on Hyku v5.0.1)
Getting 302 status when creating a new account (Getting started on Hyku v5.0.1)
Apr 6, 2023
I am trying to set up a Hyku 5 and getting a 302 error when creating a new account while getting started. I am using Dory and Docker to do this on Ubuntu 22.10.
when I get to this screen, I typed in a short name (eg: Test Repo) and click on save, then I am getting the 302 status.
web_1 | Account Load (0.3ms) SELECT "public"."accounts".* FROM "public"."accounts" WHERE "public"."accounts"."tenant" = $1 LIMIT $2 [["tenant", "public"], ["LIMIT", 1]]
web_1 | Redirected to http://test-repo.hyku.test/users/sign_up?locale=en
web_1 | Completed 302 Found in 11000ms (ActiveRecord: 4044.8ms)
web_1 |
web_1 |
web_1 | 172.17.0.1 - - [05/Apr/2023:10:54:51 +0000] "POST /account/sign_up?locale=en HTTP/1.1" 302 - 11.0687
Did anyone come across this issue?
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: