you can remove the .html suffix from your URL using the API Gateway feature available in Catalyst. You can find the help documentation for the same here.
You might have enabled API Gateway for your project. If you have enabled API Gateway, the URLs of all your newly created web client(html) files and functions will become inaccessible until you create APIs for them. You can create an API for your ...
Catalyst does not have form builder. Instead, you can use HTML, CSS and Javascript to create your own forms and host them in Catalyst using the Web Client Hosting. If this was not the solution you were expecting, kindly do let us know your use case ...
The "Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client" issue might occur only when the headers are set after the response is being sent from the server. Can you kindly verify once whether the same issue has not ...