On October 26th, support was added to the App Platforms app spec to specify a catch all document for static sites, which specifies a document to serve in the case that the url doesn't match any file. This is necessary for single page apps with any sort of client side router to function. The digitalocean_app terraform resource does not yet support this feature.
Terraform Version
0.14.3
Affected Resource(s)
Terraform Configuration Files
N/A
Debug Output
N/A
Panic Output
N/A
Expected Behavior
On October 26th, support was added to the App Platforms app spec to specify a catch all document for static sites, which specifies a document to serve in the case that the url doesn't match any file. This is necessary for single page apps with any sort of client side router to function. The
digitalocean_app
terraform resource does not yet support this feature.Actual Behavior
N/A
Steps to Reproduce
N/A
Important Factoids
N/A
References
Release information for the catchall_document
https://www.digitalocean.com/docs/release-notes/#october-26
App spec reference describing the catchall_document
https://www.digitalocean.com/docs/app-platform/references/app-specification-reference/
The text was updated successfully, but these errors were encountered: