Hi Trailblazer ,
When we are hitting Api by batch getting getting 404 response .Same Api when hitting by continuation call by LWC Executing fine and getting 200 Success response. In both Url are same . Could any body Idea about this Please help asap.
Divya Chauhan (Kcloud Technologies) Forum Ambassador
Hello @bimlesh Kumar
1. Ensure batch URL matches LWCc exactly (protocol, domain, and path). A 404 means endpoint not found.
2 . Confirm setup and accessibility in batch context (system context may lack permissions).
3. Batch jobs lack a user session. Ensure valid/credentials are sent, unlike LWC user context.
4. Log URL and headers in batch to compare with LWC.
5. Use Postman to test the API with batch headers params.