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
Internal Server Error: /organizations/cadasta-foundation-demonstration/projects/new/ Traceback (most recent call last): File "/opt/cadasta/env/lib/python3.5/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) psycopg2.DataError: value too long for type character varying(50)
@fhpichel in the future can you provide more information about what you were doing in making the project. What data you put in and what you expect the output to be?
@amplifi this issue should be fixed in master. The issue is the text box allows 100 characters for the project name and the model only allows 50.
@wonderchook I was able to replicate this 500 error on staging. In searching for related updates, this PR was included in the last deployment to demo; I can confirm the code is present on all servers: 37f0c19
This open issue seems to be the same/similar: #414
I'm getting an error when trying to create a new project...
The text was updated successfully, but these errors were encountered: