SeaTable Enterprise (Self Hosted latest installed with docker-compose)
{“version”:“5.2.7”,“edition”:“enterprise edition”}
Describe the Problem/Error/Question:
Everything works fine and the license was accepted and working. The ONLY issue I am having is that the templates wont ever load. I just see the spinner.
No error in logs but the console in browser has:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://mydomain:8056/api/v2.1/templates/
(used mydomain as placeholder here only)
Uncaught (in promise)
1. K
1. code: "ERR_BAD_RESPONSE"
2. config: {transitional: {…}, adapter: Array(3), transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
3. message: "Request failed with status code 500"
4. name: "AxiosError"
The problem is a mismatch in the name of the table inside your base. In the configuration you typed Templates but the real table name is templates. Do you see the difference?
Don’t forget to restart SeaTable after the configuration change.