Replies: 3 comments 18 replies
-
Hi @sukapyx Thank you very much for your question. Your last screenshot is the most important one. No, the directory should not be empty. If the directory is empty, mosparo will not redirect to the correct CSS file and will fall back to the default one. The question is: why is the file not saved correctly? Can you try to save the design settings once and then check the log file in One additional thing: If you're using Please let me know if you see any errors in the log file. Kind regards, zepich |
Beta Was this translation helpful? Give feedback.
-
Hi @sukapyx What happens if you add an additional rewrite rule? <rule name="Resources Rule" stopProcessing="true">
<match url="^resources/(.+)/(.+)$" ignoreCase="false" />
<action type="Rewrite" url="public/resources/{R:1}/{R:2}" />
</rule> Kind regards, zepich |
Beta Was this translation helpful? Give feedback.
-
Hi @sukapyx So, regarding your other questions. HostsThe hosts in the project settings are the domains on which you use a project. So, if you host your website under the address If your website is hosted under But it's always the domain, not the protocol at the beginning, and not the path after the domain. So, in your case, it would be simply UpdateI will test the update process on my IIS over the weekend and let you know what you can do to update mosparo correctly. Do you have any other questions, or did I miss something? Kind regards, zepich |
Beta Was this translation helpful? Give feedback.
-
Hello. Im running Mosparo on localhost using IIS. I have created a simple html page where i use the Mosparo box. Everything seems fine, the connection to API also works, no errors on the console. Only problem is that for some reason the Design (specified in project settings) does not apply.
My IIS setup:
In addition I have granted IIS access to Windows/Temp folder
My website and Mosparo installation (public folder) where I also have my custom index.html and style.css. I needed to create the site outside of IIS standard inetpub folder, since IIS access right prbolems which i was unable to solve.:
Index.html content:
Project settings Design configuration
API works:
MySQL database table content:
resources folder:
this is empty for some reason - is it supposed to be?
Im running out of ideas here :|
Beta Was this translation helpful? Give feedback.
All reactions