You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Soul currently lacks support for serving static media files. It is essential to implement a configuration option in Soul to enable the serving of static files.
Describe the solution you'd like
A customizable feature, similar to extensions, should be provided, allowing users to specify a folder path for serving its contents statically.
Additional context
This wrapper is highly compatible with react-admin. If react-admin facilitates handling the upload of media files (such as images) and storing their URLs in the database, Soul should also provide a mechanism to serve these media files. This issue aims to bring attention to the absence of this particular feature in Soul.
The text was updated successfully, but these errors were encountered:
Hello @faisalsiddique4400 , I'm pretty sure my team has implemented a working instance of this using _extensions, without requiring any changes to soul-cli. We're serving a compiled react-admin app as static html content from a soul-cli instance.
If the compiled app is loaded into the dist sub-folder of a Soul-cli instance, it can be server from the root url using a Soul extension like this:
Is your feature request related to a problem? Please describe.
Soul currently lacks support for serving static media files. It is essential to implement a configuration option in Soul to enable the serving of static files.
Describe the solution you'd like
A customizable feature, similar to extensions, should be provided, allowing users to specify a folder path for serving its contents statically.
Additional context
This wrapper is highly compatible with react-admin. If react-admin facilitates handling the upload of media files (such as images) and storing their URLs in the database, Soul should also provide a mechanism to serve these media files. This issue aims to bring attention to the absence of this particular feature in Soul.
The text was updated successfully, but these errors were encountered: