All methods returning not found 404 #21
Unanswered
kaiocodebit
asked this question in
Q&A
Replies: 1 comment
-
To solve the problem i added /api to the STRAPI_URL STRAPI_URL=http://mydomain:1337/api without api it was giving me 404 maybe should be called STRAPI_API_URL, also in the readme is not specified |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I will trying implement a strapi laravel in my application and an error has occurred.
All methods has returning an 404 error and not hitting the strapi api
http://127.0.0.1:8000/test
I implement a log inside LaravelStripe package to following the flux and find any errors and I found some thing...
Inside the collection function has a Cache and a Http request:
If I try see the logs from
$collection
the error NotFoundError is called, but if I copy the$response
outsite theCache::member
the log return the correctly data from Strapi.Log::info($response);
Sorry for my english, any ideas where I'm make mistakes?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions