Debjit Biswas

Results 6 issues of Debjit Biswas

# Bug report - Version: 8.12 - URL: No - Repository:No ## Description Laravel Livewire gets a 500 error when deploying it to vercel. Here is what I get from...

Status: Need Investigation

HI, I am working on how can I get next/image working on netlify. I have used NoN repo but it is depressed now and not working for me. If you...

Hello, When I am trying to use software with this cam(Xiaomi Mijia Camera Mini 4K), it is showing connected and only able to get the sd card info. But after...

Fixed all 3 bugs.

``` version: '3.8' services: ollama: image: ollama/ollama:latest ports: - "11434:11434" volumes: - ${OLLAMA_VOLUME_PATH:-ollama}:/root/.ollama backend: build: context: ./backend dockerfile: Dockerfile ports: - "7878:7878" environment: - OLLAMA_HOST=http://ollama:11434 - OPENAI_API_KEY=xxx depends_on: - ollama...

Using groq for testing, but the docker build failed, do you have a already build docker present? Looks like next.js sharp is failing to install Here is the error: ```...