Skip to content
New issue

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

TokenMismatchException #22

Open
ducvu91 opened this issue Oct 8, 2020 · 0 comments
Open

TokenMismatchException #22

ducvu91 opened this issue Oct 8, 2020 · 0 comments

Comments

@ducvu91
Copy link

ducvu91 commented Oct 8, 2020

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:
"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"
Screenshot_5
Screenshot_6

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant