Code Monkey home page Code Monkey logo

Comments (4)

OrJDev avatar OrJDev commented on June 15, 2024 1

Hey there, the first issue is now fixed - 2c9ee1a

The second issue is not actually an issue but if you go to utils/trpc.ts

You will see that the getBaseUrl function has this line:

if(process.env.NODE_ENV === "production") return "..."

If you are running it locally using the npm run start command you have to comment this out.

That is because the getBaseUrl function can't tell wether it is actually a production mode or you are running npm run start - both will set the node env to production so that confuses this function. In production don't forget to add the line above and return the url of your deployment

from create-jd-app.

OrJDev avatar OrJDev commented on June 15, 2024

Reopen if the above doesn't solve your issue.

from create-jd-app.

donferi avatar donferi commented on June 15, 2024

@OrJDev Sorry for the late reply, we had an ice storm over here. Thanks for the quick fix and letting me know what I missed. I appreciate it. 🙇

from create-jd-app.

OrJDev avatar OrJDev commented on June 15, 2024

@OrJDev Sorry for the late reply, we had an ice storm over here. Thanks for the quick fix and letting me know what I missed. I appreciate it. 🙇

No problem, glad i could help

from create-jd-app.

Related Issues (20)

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.