Agustin Mouratoglou
Agustin Mouratoglou
Hi! I have updated Wp, ACF to REST and ACF to latest versions. I noticed this weird output of the API: When I set V2 in the dashboard, some post...
hi! looks promising but was not able to make the connection authenticate: `extract-mongo-schema -d "mongodb://root:rootpassword@localhost:27020/socialTemplates-test?authSource=admin" -o schema.json` returns: ``` { authSource: undefined, collectionList: null, arrayList: null, raw: false, limit: 100,...
hi! great material, pleasure to watch. I noticed on branch 03-End package.json is missing the db initiation script: ``` "scripts": { "dev": "vite & json-server --watch db.json", "build": "vite build",...
Hey guys, great tutorial!! I have noticed that L9-Start , which should have the finished code of L8, on main.js line 30 it doesn't have the right value on the...