-
Hello Now i have acces to the web page of authentification, but when i try to connect, i have the following page : Invalid origin in HTTP request adding the "allowedOrigin": true and restart the node service but i still have the error. Can anyone guide me to the solution ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
can you share your config.json? |
Beta Was this translation helpful? Give feedback.
-
here my config.json :
|
Beta Was this translation helpful? Give feedback.
-
Thank you ! It work now. |
Beta Was this translation helpful? Give feedback.
you have bad JSON formatting, always use https://jsonlint.com to validate it looks correct and in the correct place!
you had put
allowedOrigin
inside your passwordrequirements, fix below