calpaterson / csvbase

a simple website for sharing table data - with an API
https://csvbase.com
GNU Affero General Public License v3.0
374 stars 13 forks source link

Creating a blank table and registering at the same time wrongly redirects to sign in page #96

Closed calpaterson closed 6 months ago

calpaterson commented 1 year ago

Description

Steps to reproduce

  1. Go to the page for creating a blank table, while logged out
  2. Fill out the form, including a password
  3. Submit

Expected result

Table created, user created

Actual result

Table not created, user not created, 302 to sign in page

Additional details