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
We have a development frappe docker environment deployed locally on Linux (using dev containers in vscode), and we created a vue.js app inside one of our apps using Doppio. We built the SPA (bench build) and access it from development.localhost:8000/dashboard_name. This vue js app shows up, but keeps getting these errors trying to access port 9000 (socketio)
Can anyone help? seems like there is some kind of CORS problem, but not really sure how to troubleshoot and fix this. We added to site_config.json the following to no avail::
"allow_cors": [
"*"
],
The text was updated successfully, but these errors were encountered:
sduenasg
changed the title
Docker containers for development and CORS issues
Docker containers for development port 9000 issues
Jul 31, 2024
sduenasg
changed the title
Docker containers for development port 9000 issues
Docker containers for development, vuejs SPA and port 9000 issues
Jul 31, 2024
sduenasg
changed the title
Docker containers for development, vuejs SPA and port 9000 issues
Docker containers for development, vuejs SPA and port 9000 cors issues
Jul 31, 2024
Hi,
We have a development frappe docker environment deployed locally on Linux (using dev containers in vscode), and we created a vue.js app inside one of our apps using Doppio. We built the SPA (bench build) and access it from development.localhost:8000/dashboard_name. This vue js app shows up, but keeps getting these errors trying to access port 9000 (socketio)
Can anyone help? seems like there is some kind of CORS problem, but not really sure how to troubleshoot and fix this. We added to site_config.json the following to no avail::
The text was updated successfully, but these errors were encountered: