Update regarding dynamic page indexing for marketplaces

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.

3 Likes

Cool! Let’s go Slavo! :joy: :joy: :joy: :fire: :fire:

Hey @Slavo Do you have any updates on this topic? :slightly_smiling_face:

Hello, there is a Docs page for this Dynamic page metadata | WeWeb Documentation

1 Like

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.

  1. Edit the Workflow File:
  • Open your .github/workflows/main.yml file.
  1. Update actions/checkout version:
  • Change actions/checkout@v2 to actions/checkout@v3.

and now it’s working.

1 Like