Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/34589f0514990b1bad7a8a252dd260dc164288f1
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -168,7 +168,7 @@ export async function servicesFromKubernetes() {
. listClusterCustomObject ( "traefik.containo.us" , "v1alpha1" , "ingressroutes" )
. then ( ( response ) => response . body )
. catch ( async ( error ) => {
if ( error . statusCode !== 40 4 ) {
if ( error . statusCode !== 40 3 ) {
logger . error (
"Error getting traefik ingresses from traefik.containo.us: %d %s %s" ,
error . statusCode ,
@ -184,7 +184,7 @@ export async function servicesFromKubernetes() {
. listClusterCustomObject ( "traefik.io" , "v1alpha1" , "ingressroutes" )
. then ( ( response ) => response . body )
. catch ( async ( error ) => {
if ( error . statusCode !== 40 4 ) {
if ( error . statusCode !== 40 3 ) {
logger . error (
"Error getting traefik ingresses from traefik.io: %d %s %s" ,
error . statusCode ,