Skip to content

when I Enable eventing module and save, I got a error #1508

Answered by sharadregoti
xtrn143 asked this question in Q&A
Discussion options

You must be logged in to vote

@xtrn143 You cannot access the event_logs table directly from the frontend. What you can do is just query the rows from the API explorer tab.

query {
    event_logs @your_db_alias_here
}

Space cloud uses 2 tables for storing eventing info event_logs & invocation_logs. While setting the eventing config, SC tries to create these tables where invocation_logs has a reference on a column of event_logs table.
I think this a permission issue. User hx_gsc doesn't have the full permissions

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by YourTechBud
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants