fix: address preview url encoding#562
Conversation
|
Thanks for the contribution! It looks like @egoldman-sfdc is an internal user so signing the CLA is not required. However, we need to confirm this. |
|
@egoldman-sfdc |
|
Hi @egoldman-sfdc , just checking in on this PR — we’re running into the same 400 error with double-encoded URLs (localdev%252Fpreview). All tests are passing on my side. Would love to get this merged when convenient. Thanks! |
|
@rubicn I'll look into where we're held up, but in the meantime if you want to fix it locally right now, you can pull down the pr branch, build and locally link it
|
|
Closing as this was resolved later in #576 |
What does this PR do?
This PR addresses issue #554 by resolving a double-encoding, allowing the single component preview to properly function.
What issues does this PR fix or reference?