Hi everyone,
I’m encountering an issue with 301 redirects in my Bubble.io application and could use some guidance.
Context:
- I have an application on Bubble.io with a table of gardens.
- Recently, I changed the slugs of about 500 garden entries. For example, one of the old slugs
parc-andr-citro-n---paris---ile-de-france-75
was changed toparc-andre-citroen-paris-ile-de-france-75
. - I configured the 301 redirects in the “Settings” > “SEO/metatags” section by adding the old and new slugs.
Problem:
Despite setting up these redirects, when I navigate to the page with the old slug (e.g., https://app.allonsojardin.com/jardin/parc-andr-citro-n---paris---ile-de-france-75
), the redirect to the new URL (e.g., https://app.allonsojardin.com/jardin/parc-andre-citroen-paris-ile-de-france-75
) does not happen. The page loads with the old slug instead of redirecting.
Request:
Could anyone provide insights or solutions for ensuring the 301 redirects work correctly for dynamic slugs in Bubble.io? Is there a better approach to handle this many slug changes efficiently?
Thank you for your help!