I run the note page as per the tutorial but on dev console i am seeing a CORS error and pouch/couch is not synchronising (records can be added and updated in pouch)
I haven’t tried couch and pouch yet. I know from mobile and cors that wildcard domains don’t work if you are using credentials. Might be worth trying the actual domain and not the wildcard.
No, tried that no luck
At 2am, in frustration, I removed wappler, wsppler beta and docker from my system and started again,. Now I can see the data in the dev console, I can add data but the BS table does not display any data,empty table
Something going very wrong but I think I need to take a break and come back later with a clear head
The first refers to port 9916 which confuses me as the container is running on 9913 and on clicking i simply get a site cant be reached error (to be expected as i don’t thing anything is running on that port)
Clicking the second (CORS) error i get this in the browser
I have done quite a bit of adding and deleting of containers etc while testing and gut feeling is there is some undeleted config settings lor duplication lurking in one of the configuration files but i cant find them.
I will try a different machine later to see if issue replicates
Could install Portainer locally and see what you have running, and on what ports, maybe do a tidy-up if there are unused containers running for some reason or other. Can be very useful.
I want to know the response headers, you can see them in the network tab from devtools. It should contain the CORS headers that are being send from the server.