Ich verstehe nicht, was das Problem ist

ActiveRecord::StatementInvalid (PG::UndefinedTable: FEHLER:  relation „categories“ existiert nicht
ZEILE 1: SELECT „categories“.„id“ FROM „categories“ WHERE „categories“...
                                      ^
)
lib/freedom_patches/fast_pluck.rb:41:in `select_raw'
lib/freedom_patches/fast_pluck.rb:59:in `pluck'
lib/guardian/category_guardian.rb:69:in `allowed_category_ids'
app/models/tag.rb:102:in `top_tags'
app/serializers/site_serializer.rb:160:in `top_tags'
(eval):20:in `_fast_attributes'
app/models/site.rb:181:in `json_for'
app/controllers/application_controller.rb:605:in `preload_anonymous_data'
app/controllers/application_controller.rb:417:in `preload_json'
app/controllers/application_controller.rb:397:in `block in with_resolved_locale'
app/controllers/application_controller.rb:397:in `with_resolved_locale'
lib/middleware/omniauth_bypass_middleware.rb:71:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:356:in `call'
config/initializers/100-quiet_logger.rb:23:in `call'
config/initializers/100-silence_logger.rb:31:in `call'
lib/middleware/enforce_hostname.rb:23:in `call'
lib/middleware/request_tracker.rb:198:in `call'

Können Sie mir mehr Details zu dem Problem geben, mit dem Sie konfrontiert sind?

2 „Gefällt mir“

Ist das die Entwicklungsumgebung? Sieht so aus, als hätten Sie Ihre Migrationen nicht ausgeführt.

3 „Gefällt mir“

Es gibt ein paar Plugins, ich habe nichts weiter getan, ich weiß nicht, warum es auftritt
ActiveRecord::StatementInvalid (PG::UndefinedTable: FEHLER: Relation „categories“ existiert nicht ZEILE 1: SELECT „categories“.„id“ FROM „categories“ WHERE „categories“…

ActiveRecord::StatementInvalid (PG::UndefinedTable: FEHLER:  Relation „categories“ existiert nicht
ZEILE 1: SELECT „categories“.„id“ FROM „categories“ WHERE „categories“…
                                      ^
)
lib/freedom_patches/fast_pluck.rb:41:in `select_raw'
lib/freedom_patches/fast_pluck.rb:59:in `pluck'
lib/guardian/category_guardian.rb:69:in `allowed_category_ids'
app/models/tag.rb:102:in `top_tags'
app/serializers/site_serializer.rb:160:in `top_tags'
(eval):20:in `_fast_attributes'
app/models/site.rb:181:in `json_for'
app/controllers/application_controller.rb:605:in `preload_anonymous_data'
app/controllers/application_controller.rb:417:in `preload_json'
app/controllers/application_controller.rb:397:in `block in with_resolved_locale'
app/controllers/application_controller.rb:397:in `with_resolved_locale'
lib/middleware/omniauth_bypass_middleware.rb:71:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:356:in `call'
config/initializers/100-quiet_logger.rb:23:in `call'
config/initializers/100-silence_logger.rb:31:in `call'
lib/middleware/enforce_hostname.rb:23:in `call'
lib/middleware/request_tracker.rb:198:in `call'

Ist das eine Standardinstallation oder etwas anderes?

Warum musst du den Fehler wiederholen? Wir können den ersten lesen. Bitte tu das nicht, er ist schon lang genug.

Ich habe es auf meinem eigenen Server installiert