GithubHelp home page GithubHelp logo

full-stack-real-estate-youtube's People

Contributors

zainrk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

full-stack-real-estate-youtube's Issues

Error showing up in console after Auth0 login

Uncaught (in promise) Error: Service not found: undefined
at new OAuthError2 (@auth0_auth0-react.js?v=c1e9b443:1144:26)
at @auth0_auth0-react.js?v=c1e9b443:1165:14
at @auth0_auth0-react.js?v=c1e9b443:1384:19
at step (@auth0_auth0-react.js?v=c1e9b443:144:19)
at Object.throw (@auth0_auth0-react.js?v=c1e9b443:91:14)
at rejected (@auth0_auth0-react.js?v=c1e9b443:69:32)

As per solutions given by people on similar previous issue raised it was told to create a new Application with identifier as the http://localhost:PORT of where the backend was being served. Tried that too created a new API as well as application and copied all the settings over in the application but still getting the same error. Please help.

add property(axios:500 error)

i got everything working except (add property)
I'm getting property added toast but it's neither reflecting in database nor on properties page.
help would be appreciated

MantineProvider ERROR

Uncaught Error: @mantine/core: MantineProvider was not found in component tree, make sure you have it in your app
at useMantineTheme (MantineThemeProvider.tsx:9:11)
at useProps (use-props.ts:21:17)
at Menu (Menu.tsx:58:17)
at renderWithHooks (react-dom.development.js:16305:18)
at mountIndeterminateComponent (react-dom.development.js:20074:13)
at beginWork (react-dom.development.js:21587:16)
at beginWork$1 (react-dom.development.js:27426:14)
at performUnitOfWork (react-dom.development.js:26557:12)
at workLoopSync (react-dom.development.js:26466:5)
at renderRootSync (react-dom.development.js:26434:7)

service not found error

errors.tsx:9 Uncaught (in promise) Error: Service not found: http://localhost:8000
at new OAuthError2 (errors.tsx:9:11)
at utils.tsx:17:14
at auth0-provider.tsx:237:15
at step (@auth0_auth0-react.js?v=b1a3d05e:144:19)
at Object.throw (@auth0_auth0-react.js?v=b1a3d05e:91:14)
at rejected (@auth0_auth0-react.js?v=b1a3d05e:69:32)

When I am testing my server site request of creating a new user its showing error as 401 unauthorized on thunder and some auth0 error on my index.js file but I am not able to figure out what it is

Error while creating residency controller

Error: Cannot read properties of undefined (reading 'kind')
    at file:///Users/sanyam/Documents/web/KASA/server/controllers/resdcntrl.js:18:15
    

Getting this Error while creating residency controller
Here is my schema:

model Residency{
    id String @id @default(auto()) @map("_id") @db.ObjectId
    title String
    pricePerOCC Json[]
    gender String[]
    cityState String
    googleMapLoc String
    ownerContact String
    address String
    image String[]
    basicInfo Json[]
    amenities String[]
}

Here is my JSON

{
  "data":{
    "title": "Sanyam,
    "pricePerOCC": {
      "Single": 54000,
      "Double": 35000
    },
    "gender": ["Boys", "Girls"],
    "cityState": Mumbai",
    "googleMapLoc": "google.maps.com",
    "ownerContact": "9582061144",
    "address": "D Mumbai",
    "image": ["/path/path", "path2"],
    "basicInfo": {
      "Security Deposit": 20000,
      "Lock-In": "11 Months",
      "Food": "3 Meals a day",
      "Timing Restrictions": "NA"
    },
    "amenities": ["TV", "Cupboard", "A/C", "Gym", "House Keeping"]
  }
}

Service not found error

Uncaught (in promise) Error: Service not found: http://localhost:8000
at new OAuthError2 (errors.tsx:9:11)
at utils.tsx:17:14
at auth0-provider.tsx:237:15
at step (@auth0_auth0-react.js?v=bf31ceae:144:19)
at Object.throw (@auth0_auth0-react.js?v=bf31ceae:91:14)
at rejected (@auth0_auth0-react.js?v=bf31ceae:69:32)
OAuthError2 @ errors.tsx:9
(anonymous) @ utils.tsx:17
(anonymous) @ auth0-provider.tsx:237
step @ @auth0_auth0-react.js?v=bf31ceae:144
(anonymous) @ @auth0_auth0-react.js?v=bf31ceae:91
rejected @ @auth0_auth0-react.js?v=bf31ceae:69
await in rejected (async)
(anonymous) @ Layout.jsx:45
commitHookEffectListMount @ react-dom.development.js:23150
commitPassiveMountOnFiber @ react-dom.development.js:24926
commitPassiveMountEffects_complete @ react-dom.development.js:24891
commitPassiveMountEffects_begin @ react-dom.development.js:24878
commitPassiveMountEffects @ react-dom.development.js:24866
flushPassiveEffectsImpl @ react-dom.development.js:27039
flushPassiveEffects @ react-dom.development.js:26984
performSyncWorkOnRoot @ react-dom.development.js:26076
flushSyncCallbacks @ react-dom.development.js:12042
commitRootImpl @ react-dom.development.js:26959
commitRoot @ react-dom.development.js:26682
finishConcurrentRender @ react-dom.development.js:25981
performConcurrentWorkOnRoot @ react-dom.development.js:25809
workLoop @ scheduler.development.js:266
flushWork @ scheduler.development.js:239
performWorkUntilDeadline @ scheduler.development.js:533

Service not found bug

errors.tsx:9 Uncaught (in promise) Error: Service not found: http://localhost:8000
at new OAuthError2 (errors.tsx:9:11)
at utils.tsx:17:14
at auth0-provider.tsx:237:15
at step (@auth0_auth0-react.js?v=a81887f1:144:19)
at Object.throw (@auth0_auth0-react.js?v=a81887f1:91:14)
at rejected (@auth0_auth0-react.js?v=a81887f1:69:32)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.