Skip to main content
Moorphism LTD
Known Participant
December 11, 2022
Question

Load UXP plugin from UXP Dev Tool crashes Photoshop 24.0.1

  • December 11, 2022
  • 2 replies
  • 791 views

Hi everyone. 

Recently I tried to develop a UXP plugin using javascript only and Tailwind CSS Framework, when I load the plugin Photoshop crashes, and I get this error in UXP Dev Tool APP LOGS:

 

  • [2022-12-11 21:26:23:306] [console] StorageDirectoryResolutionError: Storage directory resolution failed
  • [2022-12-11 21:26:23:950] [console] Headless mode has no photoshopAction. So should not reach here in headless mode.

 

Does anyone have any idea? 

This topic has been closed for replies.

2 replies

Legend
December 12, 2022
Moorphism LTD
Known Participant
December 11, 2022

UPDATE: 11-DEC_2022

 

When I remove this line from the HTML file the plugin loaded fine: 

<input type="text" placeholder="Search ..." />

I can't understand why the Input tag creates this error, is it a bug?