question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Strapi V4] Sends only one template and skips the templateId,templateReferenceId params

See original GitHub issue

ive been trying to send other templates i created, but doesnt seem to work.

plugin version: 2.0.5

{
templateId: 3, 
templateReferenceId: 2,
}

the weird thing is that it sends only the first one showing on the list, it skips the given params, if i go and try to update the references to change the order, it’ll send the other tempalte instead, no idea why/how its doing this.

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Flowkocommented, Feb 12, 2022

its fixed now, thanks alot

1reaction
alexzaganellicommented, Feb 12, 2022

I’ve missed some parameters during this commit 🧐

I’ve updated the README

Read more comments on GitHub >

github_iconTop Results From Across the Web

REST API - Strapi Developer Docs
Strapi automatically creates API endpoints when a content-type is created. API parameters can be used when querying API endpoints to refine the ...
Read more >
CRUD operations with Entity Service API - Strapi documentation
Use Strapi's Entity Service API to perform CRUD (create, read, update, delete) operations on your content.
Read more >
Sort & Pagination for REST API - Strapi Developer Docs
Queries can accept a sort parameter that allows sorting on one or multiple fields with the following syntaxes:.
Read more >
Backend customization - Strapi Developer Documentation
The backend of Strapi can be customized according to your needs, so you can create your own backend behavior.
Read more >
Routes - Strapi Developer Docs
Requests sent to Strapi on any URL are handled by routes. ... This is functionally the opposite of the only parameter. Array.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found