Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'dehydratedState' does not exist on type '{}' deploying frontend to heroku #202

Open
foysalremon opened this issue Sep 15, 2022 · 0 comments

Comments

@foysalremon
Copy link

What version of Node.js are you using?

16.16.0

What version of Yarn are you using?

1.22.19

What browser are you using?

Chrome

What operating system are you using?

Windows

Describe the Bug

While building on heroku CLI it failed to build and produce issue about line 44 on pages/_app.tsx. It says:

Type error: Property 'dehydratedState' does not exist on type '{}'.

Expected Behavior

Successfully build and able to browse live app

Steps to reproduce

  1. cd to frontend folder by running cd packages/frontend.
  2. Run heroku login on terminal to login to heroku.
  3. Run heroku git:remote -a project-name to connect project with heroku (change project-name with your project name on heroku).
  4. Run git add . to add all the file.
  5. Run git commit -am "make it better" to commit changes.
  6. Run git push heroku master to push to heroku and wait for it to start the building process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant