I was able to use docker and run code locally. Problem i was running into was that i never got preview of app. Today i did a git pull and when i did docker build and then ran it throws error stating “Internal server error: Cannot find module ‘js-cookie’ imported from '/app/app/components/chat/BaseChat.tsx”
Can anyone having this problem verify that js-cookie is in package.json dependencies? On main I’m seeing version ^3.0.5. You may need to pnpm install and build the container again after some recent merges.
I’ll keep an eye on this, but I think that’s the issue.
For sure, but I do believe the pnpm install is necessary in order to include the dependencies that will bake into the docker container. If I’m wrong there, my apologies; going from memory away from the computer.