FlowingCode/GoogleMapsAddon

No map display, no any errors in any consoles

Closed this issue ยท 3 comments

Vaadin: 24.1.4
Flow: 24.1.5
Java: Oracle Corporation 19.0.2
OS: x86_64 Mac OS X 13.4.1
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
Live reload: Java active (Spring Boot Devtools): Front end active

Browser console log, attached.
localhost
Screen shot
GoogleMapsView

Works well :) Screen
Workaround is : set true in properties vaadin.productionMode = true :)
In vaadin debug mode it doesn't work :(

paodb commented

Hi @XandrMaster if you're using spring you need to add com.flowingcode to the vaadin.whitelisted-packages property, see here.

Hey @paodb , it works good ๐Ÿ‘ , thank you for help me :) , I would to read Special configuration for Spring before start , sorry .