I have a slate dashboard and the shareable link was working fine but now it has stopped. Any idea what could cause this to stop working?
Have not tried anything yet looking at previous versions to see what I can.
Thanks in advance
can you check that the link you’ve been sharing is the same as the link provided by the Share dialog?
What issues are you getting with the share link? What does it redirect to?
URLs that look like this (/slate/app/example-app?$view=lyIzd4vdKTE
) are called “shareable views” and do not give people permission to open/view your application. However if someone does have permission to open your application, the “shareable view” link will open the app and pre-fill it with the same data as when the shareable view was created i.e. the input fields will have the same values.
The URL to actually share the application will look like this: /shares/links/n3rmrjn6okthw
. And you can configure if the link only gives View access, Edit access, Owner access etc. via the UI.
Image of sharing UI
8