delete action can't occur

Laraship QuestionsCategory: Technicaldelete action can't occur
nao asked 6 years ago
I have a question. When data list index, when user executes deletion action or additional actions in action icon,  no process occurs.
For example, when I delete user data, after confirmation box shows, deletion process don't occur. I have dev and production env. Source files are same.
In development env, deletion actions occurs successfully.
But in production env, it fails.

In production env, no error log is written out. What do you think about this cause of problem?
nao replied 6 years ago

When I execute the standard delete action of data in Laraship, 403 error returns from the server.
I wonder this problem is caused by setting of any file…
What do you think about this problem?

nao replied 6 years ago

I added CORS Middleware for Laravel 5 (barryvdh/laravel-cors) in the server.
But problem can’t solve.
Is this problem special for Laraship?

nao replied 6 years ago

I’ve solved this problem.
This problem was caused by server’s function.

Please close this issue.