kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
				
				
				
			Merge branch 'fixed-broken-front' into 'develop'
Fixed broken frontend See merge request funkwhale/funkwhale!385merge-requests/399/head
						commit
						192b320be3
					
				|  | @ -0,0 +1 @@ | ||||||
|  | Fixed front-end not contacting the proper path on the API | ||||||
|  | @ -127,6 +127,9 @@ export default { | ||||||
|     if (!this.$store.state.instance.instanceUrl) { |     if (!this.$store.state.instance.instanceUrl) { | ||||||
|       let defaultInstanceUrl = process.env.VUE_APP_INSTANCE_URL || this.$store.getters['instance/defaultUrl']() |       let defaultInstanceUrl = process.env.VUE_APP_INSTANCE_URL || this.$store.getters['instance/defaultUrl']() | ||||||
|       this.$store.commit('instance/instanceUrl', defaultInstanceUrl) |       this.$store.commit('instance/instanceUrl', defaultInstanceUrl) | ||||||
|  |     } else { | ||||||
|  |       // needed to trigger initialization of axios | ||||||
|  |       this.$store.commit('instance/instanceUrl', this.$store.state.instance.instanceUrl) | ||||||
|     } |     } | ||||||
|     this.$store.dispatch('auth/check') |     this.$store.dispatch('auth/check') | ||||||
|     this.$store.dispatch('instance/fetchSettings') |     this.$store.dispatch('instance/fetchSettings') | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Eliot Berriot
						Eliot Berriot