Error in Deployment of rails app

When deploying my app , I get this error

type or paste coI, [2024-06-13T08:41:36.947917 #106]  INFO -- : [ec6e40dd-d17a-4639-9825-40a7e4301f6d] Completed 500 Internal Server Error in 3ms (ActiveRecord: 1.3ms | Allocations: 452)
F, [2024-06-13T08:41:36.948662 #106] FATAL -- : [ec6e40dd-d17a-4639-9825-40a7e4301f6d]   
[ec6e40dd-d17a-4639-9825-40a7e4301f6d] ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR:  relation "users" does not exist
LINE 9:  WHERE a.attrelid = '"users"'::regclass
                            ^
de here

i really dont know how to go about it…

Hi,

I’ve replied to the ticket you also opened. I’ll repeat my response here:

It looks like you may not have run your migrations.

As you’re using a free Web Service, you would need to run migrations as part of your Build Command/script.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.