I’m using a plugin called “transparent qr code generator“to generate the qr code for a booking.
Here is how the flow works:
the user books a room and I generate a QR Code for that booking in the booking flow. All good so far.
the user arrives at the hotel and show the QR code for the recepionist to scan.
When the receptionist scan the qr code of the client, it is supposed to land on a page that I already created and dynamically displays the details for each booking. Unfortunately, I cannot pass the booking details in the QR code. I can only pass a link inthe qr code that will bring the recepionist on my page. Picture below.
How can I pass the booking details in the QR code so that when someone scans the code they can see the booking details? Thanks a lot!!
Yesss! Fixed it. So the problem was I had the LIVE link in the QR code creation instead of having a dev link in it e.g. /version-test/space-check-in/[booking_id]?version_test=true.
Glad it’s working now!
Yeah, Bubble treats the live and version-test environments as totally separate apps, so mixing the URLs always triggers a 404. Good catch.