前提・実現したいこと
Error: The requested API endpoint was not found. Are you using the right HTTP verb (i.e. GET
vs. POST
), and did you specify your intended version with the Accept
header?
の解消方法をご教示いただきたいです。
プログラミング初学者で、LaravelにてCRUDのアプリを作成しています。
ある程度完成してきたので、とりあえずデプロイしようとしているのですが、gitやherokuの使い方を理解しておらずつまづいています。
発生している問題・エラーメッセージ
› Error: The requested API endpoint was not found. Are you using the right HTTP verb (i.e. `GET` vs. `POST`), and did you › specify your intended version with the `Accept` header?
該当のソースコード
$ sudo heroku buildpacks:set heroku/php
試したこと
APIで心当たりがあるのが、socialiteを使用しようと記述していたので、それらを消すことはしました。
補足情報(FW/ツールのバージョンなど)
php:7.2.5
laravel/framework:7.18.0
mysql: 8.0.22 for osx10.13 on x86_64 (Homebrew)
mac(linux)
あなたの回答
tips
プレビュー