storyblok / nextjs-multilanguage-website

Nextjs Multilanguage Website
https://www.storyblok.com/tp/next-js-react-guide
144 stars 53 forks source link

Translatable slugs #47

Open yangResonator opened 2 years ago

yangResonator commented 2 years ago

Is there any documentation of how the Translatable slugs plugin works?

I just added this plugin to this tutorial project, and it didn't seem to work. For example, after I enable this Translatable slugs plugin, in the about page > config, I switch the language next to the slug and change it to "about-es". However, neither "http://localhost:3000/about-es" nor "localhost:3000/es/about-es" works.

fgiuliani commented 2 years ago

Hey @yangResonator could you verify if you are retrieving the correct slug using the Storyblok API client?

Are you correctly setting the translated slug in Storyblok?