Closed Steveperi closed 6 months ago
Can you try with v0.6.0
?
You can now customize the route registration inside the config/transmit.ts
file.
Can you try with
v0.6.0
?You can now customize the route registration inside the
config/transmit.ts
file.
Hello
I updated the package to v.0.6.0 but not working. I have the same error.
Have you changed the configuration to use your custom domain as shared in the release note?
Have you changed the configuration to use your custom domain as shared in the release note?
I'm sorry my mistake. It works for one domain. My app has multiple domains, how can I do that?
You wont have multiple Transmit endpoint, choose one and stick with it. In your case, you should select the TLD localhost
since all others will be able to access it.
You wont have multiple Transmit endpoint, choose one and stick with it. In your case, you should select the TLD
localhost
since all others will be able to access it.
Ok I thought that and I tried it, but from client side I have cors errors.
This is something you have to fix on your side; it is not related to Transmit.
This is something you have to fix on your side; it is not related to Transmit.
Ok, but I think is related to the transmit client package. I'll try to make it work.
Thank you for your time
Package version
adonis 6
Describe the bug
I have the following error.
When I setup the route with this code
transmit doesn't work, but it works when remove
Here is the repository repo where can you reproduce the problem.
Thank you
Reproduction repo
https://github.com/Steveperi/adonis-transmit