Hey guys, I got problem about CORS and mixed contents (my web is using https with port 443 and my backend which is nocodb using http with port 8181).
First, I might solve the mixed contents problem but what I don’t understand is how to use the same port 443 for both my web in frontend and my nocodb in backend.
Second, please someone guide me to know where in nocodb I can ‘allow origin’ (I plan to use npm lib called cors, don’t know will help or not). where can I found server.js or where should I config to solve cors promblem.