#eziegenbalg

1 messages · Page 1 of 1 (latest)

prime lavaBOT
lost wren
#

hello! can you share your code snippet?

urban narwhal
#
<stripe-pricing-table pricing-table-id="prctbl_1O8aGcHFjZtMSX6I3EH6Ei2V"
publishable-key="pk_live_51O8XqTHFjZtMSX6IChdWClrPx3WFc7DxS3KJigYwxkKiaSqX5gl9K2ZRaBTd6IsTPsPaHajMXca3PonF9PxhXmGU00mzjk40sa">
</stripe-pricing-table>
#

Trying to create a simple subscription page.

lost wren
#

is there a reason why you have the same code twice?

urban narwhal
#

Ah sorry, that was a copy paste error, one sec.

#

Couldn't tell with the line wrap 😛

lost wren
#

i'm going to need an example that replicates the issue. That code alone definitely works for me. Can you try creating an example using a service like e.g. codesandbox?

urban narwhal
#

Hmm, ok, let me try a different computer first since this seems to work for you. Maybe my dev computer is weirdly configured.

#

Will be back, thanks for the sanity test.

urban narwhal
#

Hey so I tried on a different computer, just copied and pasted those 3 lines into a blank .html file and tried to open it with chrome/firefox

#

Shouldn't be anything else to it right?

#

Still same error XD

#

@lost wren

lost wren
#

the html file needs to be served over http/https, and not directly opened as a file

#

opening it as a file won't permit the browser to load any external resources like third-party scripts or assets

urban narwhal
#

Ah

#

That'll probably be it

#

Sorry didn't know that.