Does anybody have any suggestions on how I can add a map to a page I haven’t seen anywhere that indicates how to do this I am still getting used to the platform. Also is there anyway I can add an address autocomplete input field? Let me know if anyone has any suggestions.
That said, if you integrate a REST API that provides you autocomplete suggestions for an address, you could make it so that as you type into the address field, it requests suggestions from the API, then renders them below the component as a list.
hi, I’ve been trying for a few days to interface my app in appgyver with google places to get the auto-completion of the addresses but without success. I was able to get the data from Places through a call with Postman, but when I try to replicate the same call in appgyver I get this answer:
Error: TypeError: Failed to fetch. Does the server allow CORS?status: undefined
hello I tried to search for the exact error as suggested but none of the solutions in the other topics help me to solve my problem. Any other suggestions? thanks!
Thanks first for the detailed directions.
I ran everything and the shell responded fine but unfortunately I still get the same error when I try to call the Places API
All I can suggest now is to check the google map API documentation, they may have a section for error handling.
They also have an online tool where you can simulate an API request. I can’t find the page anymore…
The strange thing is that my request works if I simulate it in POSTMAN or even if I enter the exact URL in my browser. There is something wrong with Appgyver, but I don’t understand what
This does not seem a CORS issue, the CORS message is a default error message.
I have had the same problem with another no code tool and it was fixed with the quick Firebase setup.
You need to search for clues on the GET error in the google map API documentation.