[Bug]: `Page not found` on GCP App Engine (Standard)
Link to the documentation page or resource
https://strapi.io/documentation/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/google-app-engine.html
Describe the bug
When accessing the /documentation page from the Strapi admin panel on a GCP App Engine (Standard) instance, I am seeing the below errors in GCP logs and Page not found with a 404 error.
error Error: EROFS: read-only file system, open '/workspace/extensions/documentation/public/index.html'
The documentation plugin was installed in my LOCAL development environment and docs compiled before deploying to GCP App Engine.
Additional context
No response
Suggested improvements or fixes
No response
Related issue(s)/PR(s)
No response
I have the same issue. Steps to reproduce are:
- get strapi
- yarn strapi install documentation
- Optional: request the documentaion locally
- upload the strapi project to Google App Engine (gcloud command or whatever)
- visit the documentation ( https://YourGoogleProject.appspot.com/documentation/v1.0.0 )
The error message is the same provided from @dompascal. The documentation plugin works locally as expected.
Any thoughts?
Hello. I'm sorry that you were having troubles and that this issue didn't get more attention sooner. I'm cleaning up old documentation issues and I will close this issue now. Feel free to open a new issue if you're still having trouble with the documentation for Strapi v4.11+