You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this dynamic endpoint ${process.env.API_URL}/invoice/${this.invoice.id} but I got 404 not found, but if I change the url to a string said http://127.0.0.1:8080/invoice/13, I am able to see invoice.
Looks like it's something with your ${process.env.API_URL}/invoice/${this.invoice.id} endpoint and I see it as not related with Printd.
What I recommend is that you have to debug your endpoint and ensure it is valid or if you want you can share an example to be able to reproduce the issue.
Expected Behavior
it's possible to printURL with params?
I have this dynamic endpoint
${process.env.API_URL}/invoice/${this.invoice.id}
but I got 404 not found, but if I change the url to a string said http://127.0.0.1:8080/invoice/13, I am able to see invoice....
Actual Behavior
...
Steps to Reproduce the Problem
Workaround
...
Specifications
v0.0.0
v0.0.0
v0.0.0
v0.0.0
The text was updated successfully, but these errors were encountered: