Triggering event from laravel backend.
I am running my novu locally and the api is running on localhost:3000. I have also set up my laravel backend with the api_key and the api_url as http://localhost:3000 in the config file but when i try triggering an event i get this error.
How can I solve this.
5 Replies
@Charles Derrick Ssemakula, you just advanced to level 1!
@unicodeveloper
Please can you provide more context? This means the server can't find the API URL you are providing @Charles Derrick Ssemakula
It means the api doesn't exist
@unicodeveloper The url i was providing is http://localhost:3000 which is the one my api is running on. Appending /v1/ -> http://localhost:3000/v1/ fixed the issue. 👍
Awesome!!!
Glad this issue was fixed