Rails tutorial Chapter 7 is over and rails
has been able to register without any problems.
heroku open
after heroku push
encountered a problem.
The http://localhost:3000/
screen was displayed without any problems.
If you type sign up now!
We're sorry, but something wrong.
If you are the application owner check the logs for more information.
appears.
I checked herokurlogs
and picked up a problem.
I'm worried because I don't know exactly what to do.Please tell me a specific solution.
Processing by UsersController #new as HTML
ActiveRecord::StatementInvalid(PG::UndefinedTable:ERROR:relationship "users" does not exist
LINE5: WHERE a.attrelid='"users"::regclass
SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin,d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdefd
ON a.attrelid=d.adrelid ANDa.attnum=d.adnum
WHERE a.attrelid='"users'"::regclass
AND a.attnum>0 AND NOT a.attisdropped
ORDER BY a.attnum
If you run db:migrate and create a table, it will be fixed.
$herokurun rakedb:migrate
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
582 PHP ssh2_scp_send fails to send files as intended
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.