If i click the button 'view in superset' the resul...
# troubleshoot
c
If i click the button 'view in superset' the resulting url maps to the port :808 instead of :8088 which is the standard port for superset. Is this on purpose or a bug or am I missing something?
g
hey felix- good callout. looks like we truncate the last character from the connect_uri when storing the external urls
as a workaround, you can add a
/
to your connect_uri in your recipe
but let me quickly fix this
c
Nice thanks
I guess that makes more sense than adding / at the end
I hope I remember when I pull next time to change it back. 🙂
g
😅
I can ping you when we do the next release!
c
Ok.