|  |  | @ -218,13 +218,13 @@ export default class NewEditProjectView extends Vue { | 
			
		
	
		
			
				
					|  |  |  |       try { | 
			
		
	
		
			
				
					|  |  |  |         const resp = await this.axios.post(url, payload, { headers }); | 
			
		
	
		
			
				
					|  |  |  |         // handleId is new in server v release-1.6.0; remove fullIri when that | 
			
		
	
		
			
				
					|  |  |  |         // version shows up here: https://endorser.ch:3000/api-docs/ | 
			
		
	
		
			
				
					|  |  |  |         // version shows up here: https://api.endorser.ch/api-docs/ | 
			
		
	
		
			
				
					|  |  |  |         if (resp.data?.success?.handleId || resp.data?.success?.fullIri) { | 
			
		
	
		
			
				
					|  |  |  |           this.errorMessage = ""; | 
			
		
	
		
			
				
					|  |  |  |           this.alertTitle = ""; | 
			
		
	
		
			
				
					|  |  |  |           this.alertMessage = ""; | 
			
		
	
		
			
				
					|  |  |  |           // handleId is new in server v release-1.6.0; remove fullIri when that | 
			
		
	
		
			
				
					|  |  |  |           // version shows up here: https://endorser.ch:3000/api-docs/ | 
			
		
	
		
			
				
					|  |  |  |           // version shows up here: https://api.endorser.ch/api-docs/ | 
			
		
	
		
			
				
					|  |  |  |           useAppStore().setProjectId( | 
			
		
	
		
			
				
					|  |  |  |             resp.data.success.handleId || resp.data.success.fullIri, | 
			
		
	
		
			
				
					|  |  |  |           ); | 
			
		
	
	
		
			
				
					|  |  | 
 |