-
-
Notifications
You must be signed in to change notification settings - Fork 321
Closed
Description
Steps to reproduce
Brand new app. sqlite3. When through install steps
bin/rails server
http://localhost:3000/admin/dashboard which come up with http://localhost:3000/admin/
Expected behavior
Tell us what should happen
No errors
Actual behavior
Could not find table 'alchemy_elements'
def table_structure(table_name)
structure = table_info(table_name)
raise ActiveRecord::StatementInvalid.new("Could not find table '#{table_name}'", connection_pool: @pool) if structure.empty?
table_structure_with_collation(table_name, structure)
Tell us what happens instead
error
Could not find table 'alchemy_sites' when forgot /admin
System configuration
- Alchemy Version: .gem/ruby/4.0.0/gems/alchemy_cms-8.1.5
- Rails Version: 8.1.2
- Ruby 4.0.0
Thank you
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels