documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[Bug]: `Page not found` on GCP App Engine (Standard)

Open dompascal opened this issue 4 years ago • 1 comments

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

dompascal avatar Aug 03 '21 10:08 dompascal

I have the same issue. Steps to reproduce are:

  1. get strapi
  2. yarn strapi install documentation
  3. Optional: request the documentaion locally
  4. upload the strapi project to Google App Engine (gcloud command or whatever)
  5. 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?

andrewoelfing avatar Oct 18 '21 11:10 andrewoelfing

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+

pwizla avatar Jul 10 '23 15:07 pwizla