question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR: relation "action_mailbox_inbound_emails" does not exist

See original GitHub issue

: ERROR: relation "action_mailbox_inbound_emails" does not exist (PG::UndefinedTable) LINE 8: WHERE a.attrelid = '"action_mailbox_inbound_emails

Does the gem assume action_mailbox installed by default? This gets fixed after I run

rails action_mailbox:install

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
excid3commented, May 21, 2021

Yep, we’ll get it fixed.

0reactions
andersklenkecommented, May 26, 2021

@uurcank I just had the same error.

Edit: I was on an old version of Madmin. That could be why.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot simply use PostgreSQL table name ("relation does not ...
In all the examples I can find where someone gets an error stating the relation does not exist, it's because they use uppercase...
Read more >
Postgres : Relation does not exist error
But when I try to fire a select * query, it gave me this error: dump=> select * from Approvals; ERROR: relation "approvals"...
Read more >
error: Relation 'tableName' does not exist - PostgreSQL
created with pgAccess or Microsoft Access, are NOT visible in pSQL i.e. I get the error: "Relation 'tableName' does not exist". If I...
Read more >
Error 'relation "<table name>" does not exist' with PostgreSQL ...
The error below is received when selecting a table with the Connect for ODBC PostgreSQL driver. Steps to Reproduce.
Read more >
ERROR: relation "ohdsi.achilles_analysis" does not exist
I am new to the OHDSI platform and I am trying to setup a local OHDSI stack environment using BroadSea and postgresql as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found