Hi there,
I was wondering if there are any updates on the dynamic page indexing for marketplaces. Will this feature be available soon?
Hi there,
I was wondering if there are any updates on the dynamic page indexing for marketplaces. Will this feature be available soon?
Hi Davy, yes, it is available, but it is stuck with me; I need to do a tutorial on how to set it up as it is quite technical, and we want to make it useful for the entire WeWeb community.
I hope to have the tutorial ready sometime next week.
Cool! Let’s go Slavo!
Hey @Slavo Do you have any updates on this topic?
Hello, there is a Docs page for this Dynamic page metadata | WeWeb Documentation
awesome thanks
@Slavo hey Slavo, got a problem here, I followed your tutorial but can’t deployed, what should I do?
Ok found the solution, I needed to update a version used in the code:
You need to update your GitHub Actions workflow to use Node.js 20 instead of the deprecated Node.js versions.
.github/workflows/main.yml
file.actions/checkout
version:actions/checkout@v2
to actions/checkout@v3
.and now it’s working.