Hi everyone,
I recently set up a Seatable Enterprise Edition on an OVH VPS running Debian 12.
I followed the installation instruction from the admin manual and everything works fine (almost ). Indeed, I have an html page calling the API (JavaScript). When I use it on a database stored on cloud.seatable.io, everything works fine, but with my self-hosted database, I get a Multiple CORS header ‘Access-Control-Allow-Origin’ not allowed error…
I didn’t change anything in the config files (still using 80 and 443 ports for now, SSL is enabled, I’m not running Seatable behind a server (Seatable’s docker container is the only thing installed on the VPS for now).
Any idea on how to solve that problem ?
Thanks a lot,
Benjamin
PS : Small extra piece of info while investigating on this problem : a call to the API using dtable-db
works, whereas I get the error when the requests uses dtable-server