Next.js-Blog-App icon indicating copy to clipboard operation
Next.js-Blog-App copied to clipboard

✨ Multi-User, Full-stack blogging application built with Next.js and Supabase.

Results 10 Next.js-Blog-App issues
Sort by recently updated
recently updated
newest added

I fixed a typo in the readme file

As mentioned, the Schema is not working. Try this if you having issues. `CREATE OR REPLACE FUNCTION moddatetime() RETURNS TRIGGER AS $$ BEGIN NEW.updated_at = NOW(); RETURN NEW; END; $$...

hello , thanks for sharing this project , I've encounter some problems linking the project to supabase .. I'm new to next and suabase , I've setup the env variables...

There is no option to publish the Post, When I create a new post, the status is always in Draft, so how do I publish it?

Have you tried to run this commit version. Its not fully finished as nextjs14 i think. Issues were viewing post, in supabase drafts and posts table but there was no...

``` { code: '23503', details: 'Key (author_id)=(ffa6add6-903f-4265-956e-388065b67e14) is not present in table "profiles".', hint: null, message: 'insert or update on table "drafts" violates foreign key constraint "drafts_author_id_fkey"' } ``` Can...

Hello, is it possible to convert this to a CMS where we have an admin and only used with certain roles and permission to create contnent?

Schema and Dummy data are not working. Will you be able to share the updated schema and dummy data please? Thank you.

I was going through the code. When you create the post you save the `editor.getJSON()` to the supabase. But you directly rendering the JSON according to code ``` ``` How...