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
When on a new page form and trying to upload attachments it seems to work initially, but then the upload fails with status 500 and the following exception (using postgresql):
An exception occurred:
EXCEPTION:
ActiveRecord::StatementInvalid in assets#create
ERROR:
PGError: ERROR: invalid input syntax for integer: ""
LINE 1: SELECT * FROM "pages" WHERE ("pages"."id" = '') LIMIT 1
^
: SELECT * FROM "pages" WHERE ("pages"."id" = '') LIMIT 1
The text was updated successfully, but these errors were encountered:
When on a new page form and trying to upload attachments it seems to work initially, but then the upload fails with status 500 and the following exception (using postgresql):
The text was updated successfully, but these errors were encountered: