You guys keep posting **Sveltekit **examples on the github... It's lovely and all that... But you can't keep doing this and expect a growth. π‘ Your Nextjs examples (warning: this is the tool most of your prospects are using) are not working properly out of the box. As a hobby project I do small things with Svelte, but it lacks many things. But if I can't make Appwrite work with Nextjs, I'm not going to spend hours on learning how. Update your examples (if it pleases you to have more users)!
Example 1: https://github.com/Meldiron/appwrite-next13-ssr try installing this on your local machine Example 2: https://github.com/Meldiron/appwrite-ssr-next-js try installing this on your local machine :/ Examples 3: https://github.com/appwrite/demo-todo-with-nextjs (next 12)
For the sake of cloud computing... The most uptodate example I found on the internet is this guy... https://github.com/NiazMorshed2007/popwola
Look, you guys... This is something you can't let on the shoulders of your community.
It's something you have to bare!
and if you're still lost... this is what is expected: https://supabase.com/docs/guides/auth/auth-helpers/nextjs
Hey @greends you can find examples here: https://builtwith.appwrite.io/
@Susmita Examples there are infested with bugs
Even the sveltekit SSR example doesn't work out of the package
@greends Do you know Next.js?
If yes, then you might know React.js also
What does this supposed to mean?
The thing is since you're in search of examples
I'd say better to create on your own
My knowledge of React or Nextjs doesn't get you guys off the hook of providing working examples
What a smart answer
create your own...
this is not the way to go
Fine
In fact here are examples:-https://builtwith.appwrite.io/search/?framework=next-js
I'm checking it's SSR auth and see what's going on with it
I'd better suggest you to work on your project idea and if you need help, create a post in <#1072905050399191082> with your problem
I suppose that you have a knowledge of Next.js(if not learn from documentation if you really want to use it to build your app) and Appwrite documentation will help you to get started
Most of us started in the same way. So, I hope you can start too
Ok let me put it this way: My problem is that the starter templates for SSR frameworks do not work out of the box.
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...