Skip to main content

2 posts tagged with "Troubleshooting"

How to troubleshoot common issues

View All Tags

How to Grant Access to Specific Tables in a Schema in PostgreSQL (Supabase Fix)

· 2 min read
Adrian Escutia
A Rebel with a Cause, Innovating the Future

I recently ran into a permission error when trying to access a table in a schema on Supabase:

Error 42501: "Permission denied for [TABLENAME]"

Resulting in a 403 Forbidden error.

After some troubleshooting, I found that granting access to specific tables in the schema solved the issue. I'm sharing my solution here in case it helps you too!

Fixing VS Code/Code.exe: Exec format error in WSL

· 2 min read
Adrian Escutia
A Rebel with a Cause, Innovating the Future

From time to time, we run into issues that seem trivial but can be quite frustrating, when VS Code doesn't open from WSL, it can be one of those issues and it happens after a Windows update or a VS Code update. Here's how to fix it.

I recently ran into an issue where I couldn't open Visual Studio Code from WSL. I would get the following error:

$ code .
/c/Users/adria/AppData/Local/Programs/Microsoft VS Code/bin/code: 61: /c/Users/adria/AppData/Local/Programs/Microsoft VS Code/Code.exe: Exec format error

Read on to learn how to fix this issue.


By continuing you agree to our

Privacy Policy