Dipanjal Maitra

Results 6 comments of Dipanjal Maitra

Just go for Manual Deployment. Lot more control and easier

Updated deployment YAML ```yml name: Deploy on: push: branches: - main jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Checkout repo uses: actions/checkout@v3 - name: Setup Node uses: actions/setup-node@v3...

@Quasaur I am assuming you have connected vercel to you github repo successfully. Check `book-of-tweets` is forked from [digitalgarden](https://github.com/oleeskild/digitalgarden). After that let me tell you what I've done. 1. I've...

I've faced the same issue, I used the absolute path like this `![[Assets/test/viewable/1.png]]`

Really appreciate it, Let me take a look

The Master node should be dealing with WRITE operations only while the Slave nodes should be serving all the READ operations. However, even though we have all our slave instances...