Posts
Members
Info
·7d·Pinned# Announcements
🚨 This community is moving to Discord 🚨
Hey everyone, we're moving this community over to Discord. If you're a Divjoy customer then you can get your invite link by logging into Divjoy, scrolling down to footer on the homepage, and clicking the Discord link. If you're not a Divjoy customer yet then please send all…
1
0
How to implement uppload with nextjs divjoy?
hi, i try to implement https://uppload.js.org/getting-started with nextjs based on divjoy code, but it seem failed. can you help? here i try on reactjs and it working fine: https://stackblitz.com/edit/swd-uppload?file=index.js
0
1
Introducing Divjoy 2.0 🎉
Hey folks! I'm excited to announce that Divjoy 2.0 is live! Here's what's new: Material UI integration Material UI is a React UI framework with a large library of components, excellent documentation, and well thought out theming system. I've rebuilt all the templates and…
1
0
Issues scrolling on mobile using standard components
I created a landing page using DivJoy and am planning to build an app to replace the landing page, however I am having issues scrolling up and down on mobile. See the attached video and website for reference. And when you respond could you also consider DM'ing me on Twitter to…
1
6
Component renders before getting the uid value from the useAuth() hook
I have the following setup to get a collection of documents from Firestore,I have the following setup to get a collection of documents from Firestore which works when tested with a hardcoded user id. However, when dynamically fetching the uid from the useAuth() I always receive…
1
2
vercel deployment error
I use vercel dev is working. but same warnings. Compiled with warnings. src/components/NavbarCustom.js …
1
1
Unexpected token < in JSON at position 0
I'm able to purchase a subscription in development and everything seems to work, however, when I deploy to firebase hosting, I get Unexpected token < in JSON at position 0 when I select a plan. I tried changing the STRIPE_DOMAIN .env variable to match my deployed URL, but I…
1
3
Error fixed Firebase
error while npm run dev : Attempted import error: 'apps' is not exported from 'firebase/app' (imported as 'firebase'). Solution : Modify Firebase import line in src/util/firebase.js with : …
1
8