Skip to content

panic: runtime error: invalid memory address or nil pointer dereference #1474

Answered by juli4ndev
roughnecks asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @roughnecks
I solved this problem with the following commands. (I'm not an expert in postgres security and it may not be the best solution, but in my local environment it was what worked for me.)

GRANT ALL PRIVILEGES ON DATABASE ente TO ente;
ALTER DATABASE ente OWNER TO ente;

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@roughnecks
Comment options

Comment options

You must be logged in to vote
1 reply
@roughnecks
Comment options

Answer selected by roughnecks
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