Problema con los permalinks

I’m seeing some odd behavior with permalinks on our site. I have a permalink set up to https://support.glitch.com/office-hours which works from a fresh session (in an incognito window, for instance, or even just a new tab) By “works” I mean it returns a 301 redirect to the location configured in /admin/customize/permalinks as I’d expect

I have that link inside a different post on the forum, though, and when that link is followed I get this:

The correct page loads on refresh, but as you might imagine this looks pretty unprofessional to our members. Is there some reason I don’t know about that would prevent that from working?

Permalinks are intended to remap inbound links to your Discourse instance, and are useful when migrating from another platform. They catch inbound traffic and reroute those requests to the new destination, which is why they work when you hit refresh.

They’re not going to work within Discourse itself, please use the correct internal URL, rather than the permalink that you’ve created which redirects to it.

Yes, these are for external URL redirection, there is no concept of internal redirection.

Creo que ahora tenemos redirecciones internas posibles aquí, ¿sí @tshenry?

Creo que sí. Por ejemplo, parece que Meta ha

https://meta.discourse.org/support

configurado como un enlace permanente a nuestra categoría de soporte.

Parece que actualmente podemos crear enlaces permanentes de las siguientes maneras:

Gracias por las respuestas, todos. Ya no estoy administrando esa instancia de Discourse y ya no “necesitamos” esta funcionalidad, pero sería agradable saber que está disponible.

@tshenry, me parece que tu ejemplo es lo que se discutió anteriormente como un enlace “externo”, ¿verdad? Tomar una solicitud de una fuente externa y redirigirla a la URL correcta de Discourse. Lo que esperábamos lograr sería similar a redirigir Support - Discourse Meta a Issues · discourse/discourse · GitHub (si, por supuesto, aceptaran informes de problemas allí), lo cual funcionó (según recuerdo) para quienes ingresaban al sitio desde el exterior, pero falló al redirigir en la primera carga de la página al seguir un enlace desde una página de Discourse.

¡Gracias por la aclaración! Parece que tenemos un ejemplo de lo que describes en su lugar:

https://meta.discourse.org/guide

¿Parece estar funcionando como esperabas?

¡Ja, al principio pensé que te referías a que había un ejemplo en esa página :wink: - una vez que me di cuenta de que ese era el ejemplo, entonces sí, parece hacer lo que queríamos. ¡Gracias!!