skip to Main Content

Put Route returns CSRF token mismatch Laravel

I am trying to configure a crud api for a blog and right now i made the PostController like this: <?php namespace AppHttpControllers; use AppModelsPost; use AppHttpRequestsStorePostRequest; use IlluminateHttpRequest; class PostController extends Controller { /** * Display a listing of…

VIEW QUESTION

Amazon web services – Requesting sagemaker endpoints gives "Need to pass custom_attributes='accept_eula=true' as part of header" error

I am trying to test https://aws.amazon.com/blogs/machine-learning/llama-2-foundation-models-from-meta-are-now-available-in-amazon-sagemaker-jumpstart/ llama2 model on sagemaker studio. I am able to run the code in sagemkaer notebook and when I run it it gives me endpoints a well. So I have endpoint link. Usually when I…

VIEW QUESTION
Back To Top
Search