cancel
Showing results for 
Search instead for 
Did you mean: 

Launchad on SAP BTP - Custom tile problem

enric101
Active Contributor
0 Kudos

Hi gurus,

I'm trying to create a new custom tile tu publish in Launchpad on SAP BTP.

To create this new custom tile I made the following steps:

- Add custom type tile in my custom tile type application:

	"sap.flp":{
		"type" : "tile"
	}

- Add the viz configuration in my custom app:

    "sap.cloud.portal": {
        "object1-action1": {
            "vizType": "html5.customTile"
        }
    }

All of this steps are based on the oficial documentation:

https://help.sap.com/viewer/8c8e1958338140699bd4811b37b82ece/Cloud/en-US/376785f52254440590c970e2e90...

But after deploy of both applications, In the browser I see the following error:

Any clues?

Thanks in advance

Regards

Enric

View Entire Topic
enric101
Active Contributor

After some investigations finally I discovered that this was a problem related with my launchpad in BPT. I created a new launchpad and now it works fine.

marcporath
Explorer
0 Kudos

Can you provide your coding? 🙂 Would be interesting to see the complete custom type app.