Results 4 comments of Ben Lyddane

I don't like the export const revalidate =0; solution, I don't want my entire app to build and operate like that. I fixed it by add "use server" to the...

> I'v used the same method to limit signups to a specific e-mail domain and i'm getting an error as expected: > > 1. create a `before insert` policy on...

Here's my solution: Step 1 make a table for your domains you want to verify against (Run these in sql editor) `CREATE TABLE allowed_domains ( domain_name VARCHAR(255) PRIMARY KEY );`...

OverflowError: Maximum recursion level reached Same error here. I ran my file: /home/ben/.local/bin/mbox-to-json "***file path***" CSV worked, but I'm having a hard time even opening the csv file ha. 6.5gb...