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
We can create a simple JS service to redirect a URL to another URL based on specific conditions, which i think is suitable to our needs without adding additional complication.
so we need to have a separate project "nmrium-wrapper-redirect-service" which is a simple web page that uses pure js to redirect the URLs, It should be published to the production domain.
here you can find a simple implementation of the idea.
the way above involves client-side implementation only. Alternatively, for the advantage of storing the URL mapping list in environment variables or within a database, the process can be executed server-side.
NMRium react wrapper latest URL should resolve to the right Chemotion compatible version of the NMRium reach wrapper
The text was updated successfully, but these errors were encountered: