Missing Static Assets in Solara Installation (main8.css)
I'm encountering an issue with missing static assets in my Solara installation. Specifically, the main8.css file is missing from the CDN directory.
Environment:
OS: Windows Server
Python: [your Python version]
Solara: [your Solara version]
Installation: Fresh conda environment
Expected Path:
CopyC:\Users\A\anaconda3\envs\solara-develop\share\solara\cdn@widgetti\[email protected]\dist\main8.css
Current Situation:
The directory structure exists up to the dist folder
The main8.css file is missing
The application works fine in my local Windows 10 development environment and JupyterLab
The same setup fails on Windows Server
What I've Tried:
Clean installation of Solara in a new conda environment
Verifying package installation completion
Checking network connectivity during installation
Questions:
Is this a known issue with the Windows Server environment?
Are there any specific network requirements for downloading static assets during installation?
Is there an alternative way to obtain these static assets?
Any guidance or suggestions would be greatly appreciated. Let me know if you need any additional information.
Additional Context:
The issue appears to be specific to the Windows Server environment
All other Solara functionalities appear to work correctly
Local development environment with identical setup works as expected
1 Reply
it may be the net setting of cloud server , what may be modified to fix this?