We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i have a errror when build in laravel Code : 500 Error : TokenMismatchException in VerifyCsrfToken.php line 68
I checked my Request headers and sure have x-csrf-token: JWvtbnS93EeaY63F6TaRH5KPZrsSe0sEjv1QYPus
My .platform.app.yml mount
mounts: "storage/app/public": source: local source_path: "public" "storage/framework/views": source: local source_path: "views" "storage/framework/sessions": source: local source_path: "sessions" "storage/framework/cache": source: local source_path: "cache" "storage/logs": source: local source_path: "logs" "bootstrap/cache": source: local source_path: "cache" "/.config": source: local source_path: "config"
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, i have a errror when build in laravel
Code : 500
Error : TokenMismatchException in VerifyCsrfToken.php line 68
I checked my Request headers and sure have x-csrf-token: JWvtbnS93EeaY63F6TaRH5KPZrsSe0sEjv1QYPus
My .platform.app.yml mount
The 'mounts' describe writable, persistent filesystem mounts in the application.
mounts:
![Screenshot_5](https://user-images.githubusercontent.com/19793530/95433853-bd359e80-097a-11eb-8354-7ec19b71420c.png)
![Screenshot_6](https://user-images.githubusercontent.com/19793530/95433891-c6bf0680-097a-11eb-8d29-da3cbc9fe5ee.png)
"storage/app/public":
source: local
source_path: "public"
"storage/framework/views":
source: local
source_path: "views"
"storage/framework/sessions":
source: local
source_path: "sessions"
"storage/framework/cache":
source: local
source_path: "cache"
"storage/logs":
source: local
source_path: "logs"
"bootstrap/cache":
source: local
source_path: "cache"
"/.config":
source: local
source_path: "config"
Thanks.
The text was updated successfully, but these errors were encountered: