Ashish maurya

Results 9 comments of Ashish maurya

If the error is `Remote rejected (shallow update not allowed) after changing Git remote URL`, you can follow this guide. [Remote rejected (shallow update not allowed) after changing Git remote...

I also run into this problem when building my next app. ![image](https://user-images.githubusercontent.com/50199029/198525915-14aa28aa-5c3f-47eb-90a9-0599434ce555.png)

Check the vite config, disabling ``` "Cross-Origin-Embedder-Policy": "require-corp" ``` fixed the issue. ``` import { defineConfig } from 'vite' import react from '@vitejs/plugin-react-swc' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()],...

@andrasbacsai Recently tried coolify on cloudlinux which is provided by our VPS provider, but having the same issue. Will this issue be any closer to getting solved?

I like to take this issue, but I need some guidance. If that is okay, I like to work on this Issue.

> Hi @theashishmaurya, > > Sorry when i created this I should have assigned this to @ericallam who is going to be building this. ohh okay, got it.

Anyway, I am using the gemma:2b model for chat, but for some reason, autocomplete does not work for me. neither with codellama:7b. Can we only use them with the base...

One more thing I noticed is it's only happening in the dev server of NEXTJS, when I build the NextApp it works great. It started happening recently. I guess when...