We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While using Docker I am using the next error:
$ next dev --turbo -H 0.0.0.0 18586 | function load(scopedContext = {}) { 18587 | const context = {}; 18588 | Object.assign(context, { 18589 | TextDecoder, 18590 | TextEncoder, 18591 | TextEncoderStream, ^ ReferenceError: Can't find variable: TextEncoderStream at load (/app/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js:18591:5) at /app/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js:5:22 at /app/node_modules/next/dist/server/require-hook.js:65:12 at /app/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js:2:42 at /app/node_modules/next/dist/server/require-hook.js:65:12 at /app/node_modules/next/dist/telemetry/storage.js:20:7 at /app/node_modules/next/dist/server/require-hook.js:65:12 error: script "dev" exited with code 1
It should run without problems.
services: morphic: image: ghcr.io/miurla/morphic:latest container_name: morphic hostname: morphic environment: - OLLAMA_BASE_URL=${OLLAMA_BASE_URL} - SEARCH_API=searxng - SEARXNG_API_URL=http://searxng:8080 - NEXT_PUBLIC_ENABLE_SAVE_CHAT_HISTORY=true - USE_LOCAL_REDIS=true - LOCAL_REDIS_URL=redis://redis:6379 - SERPER_API_KEY=${SERPER_API_KEY} ports: - '3000:3000'
docker compose up -d
- OS: Linux
No response
The text was updated successfully, but these errors were encountered:
The fix has been merged and the new Docker image is now available.
Please pull the latest image:
docker pull ghcr.io/miurla/morphic:latest
The image now uses production mode by default, so you don't need any special configuration in your docker-compose.yaml. Just run:
Let me know if you still experience any issues!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Vercel Runtime Logs
Current Behavior
While using Docker I am using the next error:
Expected Behavior
It should run without problems.
Steps To Reproduce
Environment
- OS: Linux
Anything else?
No response
The text was updated successfully, but these errors were encountered: