function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Santosh K SamudralaSantosh K Samudrala 

Issue with Static Resource Mime Type Required field on the trailhead playground Org

Hi,

On the Trailhead playground org , when i was trying to add the StaticResource , Mime Type field is not visible but validation is failing as MimeType missing.

MimeTypeRequired

Not Sure whether this a bug on the Playground org.
ORG ID : 00D7F000000yvrH
DeepthiDeepthi (Salesforce Developers) 
Hi Santosh,

You have missed out in choosing a file from your system. I hope this can resolve your issue.

Please mark this post as Best Answer if it answers your issue.

Thanks,
Deepthi
Steven NsubugaSteven Nsubuga
You are supposed to use the Developer Console to set this up.User-added image
Ravikumar BalijaRavikumar Balija
Hi,

You may solve this using developer console following below steps.

In Query Editor -> SELECT Id, Name, ContentType FROM StaticResource, -> you will receive list of static resources already present. Now click on the insert rows -> populate the Name and content type and save the rows.

Now -> Get into your trailhead playground  -> Setup -> Static Resources -> edit your desired static resource to load the content(description).

Thanks,
Ravi kumar