Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes broken admin scene/avatar listings #5125

Merged

Conversation

wmurphyrd
Copy link
Contributor

BASE_ASSETS_PATH was not available in the process.env generated by webpack, so it was undefined when read by config.js

Got this after meting in latest hubs-cloud:
image

After this fix:
image

Others reporting this issue on Discord:
https://discord.com/channels/498741086295031808/819203046931693589/941487090942742548

This fix doesn't really explain what went wrong - as this isn't a new env var and wasn't in the webpack defines before, but it works 🙃

@Dayk0
Copy link

Dayk0 commented Feb 14, 2022

Hello,

Thank you for the correction ! It would be necessary to put the modified file in the main branch because the current client is unusable with this bug.

@robinkwilson
Copy link
Contributor

@wmurphyrd can you merge this PR into qa-stage branch?

@wmurphyrd wmurphyrd changed the base branch from hubs-cloud to qa-stage February 15, 2022 01:58
@wmurphyrd
Copy link
Contributor Author

@robinkwilson updated target & rebased 👍

@robinkwilson
Copy link
Contributor

Thank you! I'll take care of all the merges. It will make it's way into all of the branches we use for hubs-cloud. Thanks for the help with this!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants