Hi bubble experts…I had problem creating new thing in DB…Debugger did not show any error message but the new thing created is always empty…
Anybody knows what’s wrong?
Hi bubble experts…I had problem creating new thing in DB…Debugger did not show any error message but the new thing created is always empty…
Have you checked privacy rules? Is it in the editor data table view?
you mean the thing is being created?.. just with empty values?
Or it’s not being created at all?
I haven’t set any specific privacy rules for this “Event” data type so for now it’s visible for everyone. When I clicked “save” I can see a new thing created in the editor data table view but the values are all missing.
I then tried creating an empty “event” in workflow 1 and then make change to that event with the exact same values fetched from input fields, and it seems to be working…But I don’t understand why it did not work using simply the “create a new thing” workflow?
Yes the thing is created but with empty values.
Want to share a link to your editor? I think that’s the only way anyone can see what’s going on (otherwise it’s just guessing).
I took a look at your app, and I can’t see any issue… the data is being created correctly:
in fact there’s not a single Event in the database with empty values (unless you deleted them), but all the test items I just created were added correctly.
Are you referring to something else?
All the existing events are actually created directly in the editor for testing purpose for other pages. The new events I tried to create from the interface/front end using the form I set up on this page all ended up with empty new record in the database(I deleted the empty ones). The test events that you created did you create them on the front end?
Yes,… and it worked without any issue.
Hi Adam, thank you for pointing that out. I will check it now. It’s weird that it would cause a problem here since I have no problem using the “creating a new thing” workflow to create a new record for other data types from my other pages. Could it be something else that might have caused the problem here or you are pretty sure that it’s about the referrer restrictions?
Event is the only Datatype that uses the GeoCoding API (Aside from User), so there won’t be any issue creating other datatypes.
So yeah, it’s almost certainly to do with the referrer restrictions on the Google API.
Hi Adam, I remove the api restrictions and it did work! Thank you very much! I have another question regarding this API restriction matter. So for now, unless I’m on a dedicated plan, there’s no way for me to use website or ip restriction is that correct?
This topic was automatically closed after 70 days. New replies are no longer allowed.