This is awesome, what of the PUT
requests
If you need it, we can add. But can you first show me where in the app thereās a CORS PUT? So I can change nginx config and get it to work.
I donāt know your app. Can you explain step by step what I need to do to reproduce this request?
Well, Iām going to sleep now. Iāll be back tomorrow.
I did add put, but Iām not sure if thatās working. If itās not, I really need the step-by-step to reproduce the same request, so Iād be able to fix it.
Let me know also if youāll have deletes or patches.
Oh sorry for the delay I got some engagement here but I will gather all the necessary information about our app and you will find it when you wake up.
Hello community, thanks for all your support on this issue.
@cintiadr special thanks to you our CORS problem is no more:
Awesome!
Just another generic tip: itās important to not hardcode qa.openconceptlab.org URL everywhere in your APP, as youāll need to change it for other environments.
It might be enough for now to have a config file (config.js) with those configs, and in the future that file would be created during container startup time based on environment variables.
Actually we tried doing that but It caused some issues and they reverted the Pull Request
the ticket is still in progress, I guess It will be worked on properly.
Oh, great, awesome to hear