Replies: 1 comment
-
|
WAHA allows CORS by default, you can test it by accessing your own instance from different domain like in a browser. Kindly check your reverse proxy configuraiton (I'd suggest using something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
channel:1 Access to fetch at 'my-waha' from origin 'my-frontend' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
`server {
listen 80;
listen [::]:80;
Anyone ?
Beta Was this translation helpful? Give feedback.
All reactions