n8n self-hosted en Railway
El nodo muestra URL correcta en editor pero ejecuta URL vieja
Error en Request: uri: https://api.allorigins.win/raw?url=…
n8n versión 2.14.2
n8n self-hosted en Railway
El nodo muestra URL correcta en editor pero ejecuta URL vieja
Error en Request: uri: https://api.allorigins.win/raw?url=…
n8n versión 2.14.2
This usually happens when n8n caches the old URL from a previous run. Try clearing your browser cache and logging out + back in. If you’re on self-hosted, restart the n8n container in Railway. After that it should pick up the new URL automatically.
Ese es un bug conocido donde el nodo HTTP Request se queda con la URL vieja aunque la cambies en el editor. Borra el nodo y crealo de nuevo con la URL correcta, y de paso no necesitas allorigins porque n8n corre server-side y no tiene problemas de CORS.
Thanks for the tip! You’re absolutely right — deleting and recreating the node often fixes the caching issue. Good point on allorigins too — since n8n handles CORS server-side, you don’t need it.